Represents a callback used to display a message.

Hierarchy (view full)

Constructors

Properties

payload: Callback

The raw payload returned by OpenAM

Methods

  • Gets the value of the specified input element, or the first element if selector is not provided.

    Parameters

    • selector: string | number = 0

      The index position or name of the desired element

    Returns unknown

  • Sets the value of the specified input element, or the first element if selector is not provided.

    Parameters

    • value: unknown
    • selector: string | number | RegExp = 0

      The index position or name of the desired element

    Returns void

  • Gets the value of the specified output element, or the first element if selector is not provided.

    Parameters

    • selector: string | number = 0

      The index position or name of the desired element

    Returns unknown