DialogProps<'msg> Type
Immutable, compiler-checked authoring surface for a modal dialog. `children` required. `OnSelected = None` lowers to no binding.
Record fields
| Record Field |
Description
|
|
|
|
|
Full Usage:
IsOpen
Field type: bool
|
|
Full Usage:
OnSelected
Field type: (string -> 'msg) option
|
|
Full Usage:
Title
Field type: string option
|
|