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

Type Alias: NoArgsAction

NoArgsAction = object

Beta

An action which needs no additional client side arguments on execute

Properties

actionType

readonly actionType: NoArgsAction


onExecute

readonly onExecute: () => void

Returns

void