メインコンテンツまでスキップ

paper_dialog

Display a customizable dialog — misc entry.

Entry Information

PropertyValue
Entry IDpaper_dialog
TypeMisc
ColorBlue
Iconmdi:view-grid

Fields

FieldTypeDescription
displayNameVar<String>Custom display name for the dialog title.
messageVar<String>Lines of text displayed in the dialog body.
bodyItemVar<Item>Item showcased in the dialog body (empty for none).
buttonsList<DialogButtonConfig>
exitButtonExitButtonConfig
showExitButtonVar<Boolean>Whether to display the exit button.
columnsVar<Int>Number of columns to display.
dialogTypeDialogDisplayTypeWindow layout: button grid, yes/no confirmation, or single-button notice.
afterActionDialogCloseBehaviourWhat 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: ""