InlineAIPromptPopupSettingsBuilder
Methods
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 .
Width(System.Double)
Specifies the width of the Popup.
Parameters
value - System.Double
The value for Width
RETURNS
Returns the current InlineAIPromptPopupSettingsBuilder instance.
Height(System.Double)
Specifies the height of the Popup.
Parameters
value - System.Double
The value for Height
RETURNS
Returns the current InlineAIPromptPopupSettingsBuilder instance.
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 for AppendTo
RETURNS
Returns the current InlineAIPromptPopupSettingsBuilder instance.