Documentation - v1.2.0-alpha.3
    Preparing search index...

    Configuration options for dialog initialization and behavior. This interface defines the settings that can be applied when creating or configuring a dialog instance.

    interface DialogConfiguration {
        id?: string;
    }
    Index

    Properties

    Properties

    id?: string

    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.