Actions feature interface

Hierarchy

  • IActionsFeature

Index

Properties

Properties

execute

execute: Partial<IActionImplementations>

Implementation of the actions supported by the application

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