DialogConfiguration interface
Configuration options for dialog initialization and behavior. This interface defines the settings that can be applied when creating or configuring a dialog instance.
Properties
| id | Optional static identifier for the dialog. When provided, this unique identifier can be used to reference and manage the dialog instance throughout its lifecycle. If not specified, the dialog will operate without a persistent identifier. |
Property Details
id
Optional static identifier for the dialog. When provided, this unique identifier can be used to reference and manage the dialog instance throughout its lifecycle. If not specified, the dialog will operate without a persistent identifier.
id?: string
Property Value
string