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