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

    Interface HotbarSlotData

    interface HotbarSlotData {
        ariaLabel: string;
        key: number;
        macro: documents.Macro | null;
        slot: number;
        style: string;
        tooltip: string;
    }
    Index

    Properties

    ariaLabel: string
    key: number
    macro: documents.Macro | null
    slot: number
    style: string
    tooltip: string