For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server-editor/types/RegisteredAction.md.

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