Sha256: f6e8f4ca44395fa1cfb8c2548e6a428ccd58d561db3775dc113d65fbe25e8377
Contents?: true
Size: 919 Bytes
Versions: 1262
Compression:
Stored size: 919 Bytes
Contents
### Props | Name | Type | Description | Default | Values | | --- | ----------- | --------- | --------- | --------- | | **content** | `Content` | Sets the View content | | | | **title** | `String` | Sets title for dialog header | | | | **message** | `String` | Sets dialog message| | | | **variant** | `DialogVariant` | Changes variant of dialog | `.default` | `.default` `.status()` | | **isStacked** | `isStacked` | Changes whether the dialog buttons are stacked or inline | `false` | `true` `false` | | **cancelButton** | `Action` | Dismisses the dialog | | | | **confirmButton** | `Action` | Confirms dialog message was received | | | | **onClose** | `Action` | Starts action when dialog is closed | | | | **size** | `DialogSize` | Determines size of dialog | `.medium`| `.small` `.medium` `large` | | **shouldCloseOnOverlay** | `Bool` | Determines if overlay should close | `false` | `true` `false` |
Version data entries
1,262 entries across 1,262 versions & 2 rubygems
Version | Path |
---|---|
playbook_ui_docs-13.15.0 | app/pb_kits/playbook/pb_dialog/docs/_dialog_props_table.md |
playbook_ui-13.15.0 | app/pb_kits/playbook/pb_dialog/docs/_dialog_props_table.md |