interface SettingSubmenuConfig {
    name: string;
    label: string;
    hint: string;
    icon: string;
    type: any;
    restricted: boolean;
}

Properties

name: string

The human readable name

label: string

The human readable label

hint: string

An additional human readable hint

icon: string

The classname of an Icon to render

type: any

The FormApplication class to render TODO better typing

restricted: boolean

If true, only a GM can edit this Setting