Interface DisplayOptionsBase

Hierarchy

Properties

description?: string

Overridden description. DO NOT USE unless there is good reason to.

By default, the description will be taken from internationalization strings. Its key follows the format "deputy.setting.user...description".

disabled?: string | boolean | ((config) => string | boolean)

Whether an option should be disabled or not.

Type declaration

    • (config): string | boolean
    • Parameters

      Returns string | boolean

name?: string

Overridden name. DO NOT USE unless there is good reason to.

By default, the name will be taken from internationalization strings. Its key follows the format "deputy.setting.user...name".

readOnly?: boolean

Whether the value is read-only or not.

Generated using TypeDoc