Name and description | Type | Value |
---|---|---|
[closeable] Show a cross to close dialog. Pass | boolean | |
[dismissible] Dialog can be canceled with Escape key or with a click outside. Pass Observable<boolean> if you want prevent closing, for example, with a confirmation prompt. | boolean | |
[data] Input data for dialog, type: <T> | number | |
[header] Content above a heading | PolymorpheusContent | |
[label] Heading of dialog | string | |
[required] Cross click, overlay click or Escape click emits an error into Observable (you can catch it with "catch" operator or onError handler) | boolean | |
[size] Size | TuiDialogSize | 'm' |
[appearance] Appearance of dialog | string |