Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Variable controlIconsConst

    controlIcons: {
        combat: string;
        defeated: string;
        doorClosed: string;
        doorLocked: string;
        doorOpen: string;
        doorSecret: string;
        down: string;
        effects: string;
        light: string;
        lightOff: string;
        lock: string;
        sound: string;
        soundOff: string;
        template: string;
        up: string;
        visibility: string;
        wallDirection: string;
    } = ...

    The control icons used for rendering common HUD operations

    Type Declaration

    • combat: string
    • defeated: string
    • doorClosed: string
    • doorLocked: string
    • doorOpen: string
    • doorSecret: string
    • down: string
    • effects: string
    • light: string
    • lightOff: string
    • lock: string
    • sound: string
    • soundOff: string
    • template: string
    • up: string
    • visibility: string
    • wallDirection: string