Skip to content

FullscreenDialog

A FullscreenDialog is a modal dialog that occupies the entire screen, typically used for complex forms or detailed content that requires more space than a standard dialog. It includes a header with a close button, title, and action buttons.

[string] default: ""

An array of text labels for action buttons displayed in the header. These buttons appear on the right side of the header.

bool default: false

Whether the dialog has focus.

string default: ""

The title text displayed in the header of the fullscreen dialog.

Invoked when an action button is clicked. The index parameter indicates which action button was clicked (0-based).

  • The dialog can be closed by clicking the close button (×) in the top-left corner
  • Pressing the Escape key will also close the dialog
  • The dialog has a fade-in animation when opened
  • The dialog prevents interaction with content behind it (modal behavior)
  • Content can be added as children and will appear in the main content area below the header

Focuses the dialog.

Clears the focus from the dialog.


© 2025 SixtyFPS GmbH