@geogirafe/lib-geoportal
    Preparing search index...

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

    Index

    Constructors

    • Parameters

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

      Returns UserPreference

    Properties

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

    Accessors

    Methods