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

Type Alias: ContinuousAction experimental

ContinuousAction = object

Beta

An action that continues to execute after activation

Properties

actionType

readonly actionType: ContinuousAction


onExecute

readonly onExecute: (state, repeatCount) => void

Parameters

state

ContinuousActionState

repeatCount

number

Returns

void


repeatDelay?

optional repeatDelay?: number


repeatInterval?

optional repeatInterval?: number