Contains info/config about preference items the user can change in the UserPreferenceComponent.

Constructors

  • Parameters

    • configPath: string
    • statePath: null | string
    • group: string
    • uiElement: "select" | "color" | "checkbox"
    • OptionalconfigToStateMapper: (valueInConfig: any) => any

    Returns UserPreference

Properties

configPath: string
currentValue: unknown = undefined
group: string
statePath: null | string
uiElement: "select" | "color" | "checkbox"
visible: boolean = true

Accessors

Methods