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

    Interface MainMenuItem

    interface MainMenuItem {
        enabled: boolean | (() => boolean);
        icon: string;
        label: string;
        onClick: (arg0: Event | undefined) => void;
    }
    Index

    Properties

    enabled: boolean | (() => boolean)
    icon: string
    label: string
    onClick: (arg0: Event | undefined) => void