API Docs for: 2.0.17170.2
Show:

ui.UIConfig Class

Module: UI

Base class that defines common properties & events of a UI component

Properties

authInfo

Object

A ui.AuthInfo object that specifies the authentication information.

theme

Object

A ui.theme.Config provides theme customization for a UI feature(The UI feature MUST support theme customization, otherwise this will be ignored)

uiInfo

Object

A ui.UIInfo object that describes how the UI component will be rendered.

Events

onError

Fired when an error occurs

Event Payload:

  • data Object

    An object that contains error information

    • message String

      Error message

onSignInRedirect

Fired when popu window redirects to login page

onSignInRequest

Fires when user sign-in is requested

Event Payload:

  • data Array

    An array that contains information for supported sign-in types. i.e. [{ type: "MSA", policy: "MBI_SSL" }, { type: "ADD" }]

onUnloaded

Fired when the ui component is closed