paper_dialog
Display a customizable dialog — misc entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | paper_dialog |
| Type | Misc |
| Color | Blue |
| Icon | mdi:view-grid |
Fields
| Field | Type | Description |
|---|---|---|
displayName | Var<String> | Custom display name for the dialog title. |
message | Var<String> | Lines of text displayed in the dialog body. |
bodyItem | Var<Item> | Item showcased in the dialog body (empty for none). |
buttons | List<DialogButtonConfig> | — |
exitButton | ExitButtonConfig | — |
showExitButton | Var<Boolean> | Whether to display the exit button. |
columns | Var<Int> | Number of columns to display. |
dialogType | DialogDisplayType | Window layout: button grid, yes/no confirmation, or single-button notice. |
afterAction | DialogCloseBehaviour | What happens client-side after clicking a button. |
Usage Example
- entry: paper_dialog
name: "Display a customizable dialog"
displayName: ""
message: ""
bodyItem: ""
buttons: []
exitButton: ""
showExitButton: false
columns: 0
dialogType: ""
afterAction: ""