Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DualTextListRender

Defines DualTextListRenderer for APLComponentMode.

Hierarchy

  • DualTextListRender

Methods

Methods

Static default

  • Provides a default implementation of dualTextList with default props.

    Parameters

    Returns object

    • controlId: string
    • payload: object
      • choices: object
        • listItems: object[]
      • general: object
        • controlId: string
        • headerSubtitle: string
        • headerTitle: string
        • selectionListSubtitle: string
        • selectionListTitle: string
      • selections: object
        • listItems: object[]
    • type: string

Static of

  • Provides customization over dualTextListComponent() arguments where the input props overrides the defaults.

    Parameters

    Returns (Anonymous function)