Search Box

Type Parameters

Hierarchy

  • ISearchBox

Properties

Properties

el: HTMLElement

The search box element.

getValue: (() => T[])

Type declaration

    • (): T[]
    • Returns the selected users.

      Returns T[]

setValue: ((items) => void)

Type declaration

    • (items): void
    • Sets the selected users by id or search box user object.

      Parameters

      • items: T[]

      Returns void

Generated using TypeDoc