Skip to main content

ContextSearchDialogState

State and actions for the SearchDialogContext.

Properties

openDialog?

optional openDialog: VoidFuncNoParam

Function to open the search dialog


searchDialogOpen

searchDialogOpen: boolean

Indicates whether the search dialog is currently open


setSearchDialogOpen()?

optional setSearchDialogOpen: (v) => void

Setter function to update the open state of the search dialog

Parameters

v

boolean

Returns

void