A general representation of the data object received callbacks of program's write operation on the output.
In general, each event type will respond with a data object that is mixed into this data object properties, and also is available individually in some of its properties, For example a 'device-status' request will respond with a 'statis property with only that information but also the properties mixed in the object itself'
example: '', 'DSR'
The event type that was requested / write that caused this response. Example: 'window-manipulation', 'device-attributes', 'device-status',
Identifies the request type that caused this response. For example, if a 'window-manipulation' is written the response type could be 'textarea-size', example: 'textarea-size', 'cursor-status',
Generated using TypeDoc
A general representation of the data object received callbacks of program's write operation on the output.
In general, each event type will respond with a data object that is mixed into this data object properties, and also is available individually in some of its properties, For example a 'device-status' request will respond with a 'statis property with only that information but also the properties mixed in the object itself'