Hierarchy

  • ListElement

Properties

resetSelection: (() => void)

Type declaration

    • (): void
    • Resets the selection of the list.

      Returns void

selectIndex: ((index) => void)

Type declaration

    • (index): void
    • Selects an index in the list.

      Parameters

      • index: number

      Returns void

Generated using TypeDoc