• Gets a specific user preference

    Parameters

    • key: string

      key of the preference. It should be unique across plugins. This key will be combined with tha app name to form a unique key across host. So that will work in MFE.

    • Optional defaultValue: string

      Optional. The default value to return if the preference doesn't exist.

    Returns undefined | string

Generated using TypeDoc