List Box

Hierarchy

Properties

el: HTMLElement

The element.

getValue: (() => IDropdownItem[])

Type declaration

The component properties

setOptions: ((items) => void)

Type declaration

    • (items): void
    • Sets the options

      Parameters

      Returns void

setValue: ((value?) => void)

Type declaration

    • (value?): void
    • Sets the listbox value.

      Parameters

      Returns void

Methods

  • Internal method to configure the parent element.

    Returns HTMLElement

  • Hides the component.

    Returns void

  • Shows the component.

    Returns void

Generated using TypeDoc