Interface: EscapeKeyModalConfig
Defined in: shared/utils/modalHandlers.ts:42
Configuration for escape key modal handling.
Propertiesโ
isOpenโ
isOpen:
boolean
Defined in: shared/utils/modalHandlers.ts:44
Whether this modal is currently open
onClose()โ
onClose: () =>
void
Defined in: shared/utils/modalHandlers.ts:46
Handler to close this modal
Returnsโ
void
priority?โ
optionalpriority:number
Defined in: shared/utils/modalHandlers.ts:48
Priority for closing (higher numbers close first)