A Client Setting Submenu

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

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