Skip to main content

Other Datatypes

datatypeParent datatypeExampleDescription
dataRepresents a chunk of data.
fileRepresents a file as a chunk of data.
imageRepresents an image as a chunk of data.
pointer-eventRepresents a pointer-event for transmiting mouse and other user input device feedback. For example, a mouse click event is a pointer event. For more information see https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent.