PointerEventBinding
interface exported by @mwillbanks/tuil-ink.
interface
Public interface exported by @mwillbanks/tuil-ink.
export interface PointerEventBinding {
readonly id: string;
readonly type: PointerEventType;
readonly listener: PointerListener;
readonly capture?: boolean;
readonly enabled?: boolean;
}Members
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
id | string | Yes | The id member uses the string contract. | — |
type | PointerEventType | Yes | The type member uses the PointerEventType contract. | PointerEventType |
listener | PointerListener | Yes | The listener member uses the PointerListener contract. | — |
capture | boolean | undefined | No | The capture member uses the boolean | undefined contract. | — |
enabled | boolean | undefined | No | The enabled member uses the boolean | undefined 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
No package-local related types.
Source
View the secondary source reference