Type Alias: RegisteredAction<T>
RegisteredAction<
T> =T&ActionID
Beta
A registered action is an action that has been registered with the action manager system and has a unique ID representing the action now. An action must be registered before it can be used in other systems.
Type Parameters
T
T extends Action
