Search results

PromptChangedEventArgs API in JavaScript (ES5) Ai Assistview API control

Properties

element

HTMLElement

Specifies the HTML element of the text area container. Represents the DOM element that contains the text area, allowing for direct manipulation or reference.

event

Event

Specifies the event object associated with the prompt change. Represents the underlying event that triggered the prompt change, useful for additional event details or handling.

name

string

Specifies name of the event.

previousValue

string

Specifies the previous value of the prompt before the change.

value

string

Specifies the current value of the prompt. Represents the updated text or data of the prompt after the change has occurred.