ObjectUIObjectUI
ComponentsOverlay

Dialog

Modal dialog overlay for focused interactions

Examples

Dialog Trigger

Schema

interface DialogSchema {
  type: 'dialog';
  trigger: SchemaNode;
  title?: string;
  description?: string;
  children: SchemaNode[];
  footer?: SchemaNode[];
}

On this page