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.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
__namedParameters |
ModalProps |
Returns
Section titled “Returns”Element | null