Search results

PromptChangedEventArgs API in React Ai Assist View API component

Properties

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.