MMLPromptEvent extendsRemoteEvent
Received when a user triggers a prompt with a value.
detailisReadonly
detail: {
value: string
connectionId: number
}
Type declaration
- value:
string
The value of the prompt.
- connectionId:
number
The unique numeric id of the connection that sent the event.
typeisReadonly
Returns the type of event, e.g. "click", "hashchange", or "submit".
Literal: prompt