Skip to main content

Interface: OverlayDialog

Defined in: editor/overlayController.tsx:48

Describes a dialog opened as an overlay for the canvas.

See

Properties

PropertyModifierTypeDescription

holdSelection

readonly

boolean

Whether the diagram should not change selection while the dialog is opened.

knownType

readonly

undefined | OverlayDialogType

Well-known dialog type to check if a specific dialog is currently open.

onClose

readonly

undefined | () => void

Handler which will be called when dialog is closed.

target?

readonly

Element | Link

Dialog target (anchor).