CommandApi: { setValue: (value: string) => void; value: string }

Imperative handle returned by enhanceCommand.

Type declaration

  • setValue: (value: string) => void

    Set the filter query: updates the input and re-filters the list.

  • Readonlyvalue: string

    The current filter query.