Edit

Share via


EditArrayConfiguration interface

Extends

DialogConfiguration

Properties

changeType
disabled
itemsProperty
resultProperty
value

Inherited Properties

id

Static id of the dialog.

telemetryClient

Telemetry client the dialog should use.

Property Details

changeType

changeType?: EnumProperty<ArrayChangeType>

Property Value

disabled

disabled?: BoolProperty

Property Value

itemsProperty

itemsProperty?: StringProperty

Property Value

resultProperty

resultProperty?: StringProperty

Property Value

value

value?: UnknownProperty

Property Value

Inherited Property Details

id

Static id of the dialog.

id?: string

Property Value

string

Inherited From DialogConfiguration.id

telemetryClient

Telemetry client the dialog should use.

telemetryClient?: BotTelemetryClient

Property Value

BotTelemetryClient

Inherited From DialogConfiguration.telemetryClient