Hierarchy

  • FilterProps

Properties

label?: string

The label text of the filter.

options?: string[]

The options of the filter for the user to select from.

selectedOptions?: string[]

The options that are currently selected.

setSelectedOptions?: ((selectedElements?) => void)

Type declaration

    • (selectedElements?): void
    • The function to set the selected options.

      Parameters

      • Optional selectedElements: string | string[]

      Returns void

Generated using TypeDoc