Actions feature interface

Hierarchy

  • IActionsFeature

Index

Properties

execute

execute: Partial<IActionImplementations>

Implementation of the actions supported by the application

preventActions

preventActions: function

In some cases actions may be not permitted, this method must return true in such case.

Type declaration

supports

supports: function

Internally defined function. Returns true when given action(s) are defined in execute object. TODO: move this to internal feature declaration and out of public API

Type declaration

    • (actionName: string | string[]): boolean
    • Parameters

      • actionName: string | string[]

      Returns boolean

Optional unsupported

unsupported: TActionNames[]

List of explicitly unsupported actions Actions listed in this property must be either implemented nor added as supported action