Skip to content

Modal

Modal(__namedParameters): Element | null

Defined in: packages/engine/src/components/Modal.tsx:78

A dialog over the whole screen, from any level. Modals share one stack: only the top one draws, so two opened at once show one, then the other.

Parameter Type
__namedParameters ModalProps

Element | null