Represents a callback used to collect attributes.

T Maps to StringAttributeInputCallback, NumberAttributeInputCallback and BooleanAttributeInputCallback, respectively

Type Parameters

  • T extends string | number | boolean

Hierarchy (View Summary)

Constructors

Properties

payload: Callback

The raw payload returned by OpenAM

Methods

  • 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