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/StatefulAction.md.

Type Alias: StatefulAction experimental

StatefulAction = object

Beta

An action which returns the activation state.

Properties

actionType

readonly actionType: StatefulAction


onExecute

readonly onExecute: (active) => void

Parameters

active

boolean

Returns

void