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

Properties

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