Search results

CommandQueryFilteringEventArgs API in React Blockeditor API component

This event is triggered when a query is typed in the command menu and filtering of commands occurs.

Properties

cancel

boolean

Specifies whether the event should be canceled. true to prevent the filtering.

commands

CommandItemModel[]

Specifies the list of command items after filtering based on the query.

event

Event

Specifies the native browser event associated with the query filtering action.

text

string

Specifies the query text that was typed by the user.