Body, Mind & Soul — API Reference
    Preparing search index...
    floatingText: {
        allowedTargetScopes: string[];
        configPartial: string;
        execute: (outcome: any, context: any) => Promise<void>;
    }

    Render floating/scrolling text on a token's canvas position. Supports the same {variable} substitution as chatMessage. Renders on the trigger's target (subject when set, else actor). Config: { text, color }

    Type Declaration

    • allowedTargetScopes: string[]
    • configPartial: string
    • execute: (outcome: any, context: any) => Promise<void>