ContextSearchDialogState
State and actions for the SearchDialogContext.
Properties
openDialog?
optionalopenDialog:VoidFuncNoParam
Function to open the search dialog
searchDialogOpen
searchDialogOpen:
boolean
Indicates whether the search dialog is currently open
setSearchDialogOpen()?
optionalsetSearchDialogOpen: (v) =>void
Setter function to update the open state of the search dialog
Parameters
v
boolean
Returns
void