Skip to content

@vttforge/types / RegisteredSettingMenu

Interface: RegisteredSettingMenu ​

One entry of the settings menu registry, keyed namespace.key.

Extends ​

Properties ​

hint? ​

readonly optional hint?: string

Inherited from ​

SettingMenuConfig.hint


icon? ​

readonly optional icon?: string

Inherited from ​

SettingMenuConfig.icon


id ​

readonly id: string


key ​

readonly key: string


label ​

readonly label: string

Inherited from ​

SettingMenuConfig.label


name ​

readonly name: string

Inherited from ​

SettingMenuConfig.name


namespace ​

readonly namespace: string


restricted? ​

readonly optional restricted?: boolean

Inherited from ​

SettingMenuConfig.restricted


type ​

readonly type: AnyClass

Inherited from ​

SettingMenuConfig.type

MIT licensed.