Body, Mind & Soul — API Reference
    Preparing search index...
    floatingText: {
        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 (targetActor when set, else actor). Config: { text, color }

    Type Declaration

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