Body, Mind & Soul — API Reference
    Preparing search index...

    Variable _COPY_TOKEN_ACTIONSConst

    _COPY_TOKEN_ACTIONS: { copyToken: (_event: any, el: any) => Promise<void> } = ...

    Shared action handlers for trigger config dialogs. Add to Dialog.input() calls that render variable tables so token elements copy to clipboard via AppV2 routing.

    Type Declaration

    • copyToken: (_event: any, el: any) => Promise<void>