InlineAIPromptPopupSettingsBuilder

Methods

Width(System.Double)

Specifies the width of the Popup.

Parameters

value - System.Double

The value that configures the width.

Height(System.Double)

Specifies the height of the Popup.

Parameters

value - System.Double

The value that configures the height.

AppendTo(System.String)

Which element the popup will be appended to. The principles apply as per the widget's originating appendTo configuration.

Parameters

value - System.String

The value that configures the appendto.

Animation(System.Boolean)

Disables or opens the animation.

Parameters

value - System.Boolean

The value that will disable the animation. This property has effect only in adaptive mode. True is not a valid configuration.

RETURNS

Returns the current instance of InlineAIPromptPopupSettingsBuilder .

Animation(System.Action)

Configures the opening and closing animations of the InlineAIPrompt Popup.

Parameters

configurator - System.Action<PopupAnimationBuilder>

The configurator that will configure the opening and closing animation.

RETURNS

Returns the current instance of InlineAIPromptPopupSettingsBuilder .