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
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.
string
Specifies name of the event.
string
Specifies the previous value of the prompt before the change.
string
Specifies the current value of the prompt. Represents the updated text or data of the prompt after the change has occurred.