DecodedPointerInput
interface exported by @mwillbanks/tuil-pointer.
interface
Public interface exported by @mwillbanks/tuil-pointer.
export interface DecodedPointerInput {
readonly events: readonly ParsedPointerInput[];
readonly passthrough: string;
}Members
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
events | readonly ParsedPointerInput[] | Yes | The events member uses the readonly ParsedPointerInput[] contract. | ParsedPointerInput |
passthrough | string | Yes | The passthrough member uses the string contract. | — |
Parameters
This declaration has no public members.
Returns
This declaration does not return a value.
Throws
No thrown errors are documented for this declaration.
Related types
Source
View the secondary source reference