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

    Interface SettingSubmenuConfig

    A Client Setting Submenu

    interface SettingSubmenuConfig {
        hint: string;
        icon: string;
        label: string;
        name: string;
        restricted: boolean;
        type: typeof Application | typeof ApplicationV2;
    }
    Index

    Properties

    hint: string

    An additional human readable hint

    icon: string

    The classname of an Icon to render

    label: string

    The human readable label

    name: string

    The human readable name

    restricted: boolean

    If true, only a GM can edit this Setting

    type: typeof Application | typeof ApplicationV2

    The Application class to render