tuil
ReferencePackages@mwillbanks/tuil-pointerAPI

DecodedPointerInput

interface exported by @mwillbanks/tuil-pointer.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-pointer.

export interface DecodedPointerInput {
  readonly events: readonly ParsedPointerInput[];
  readonly passthrough: string;
}

Members

MemberTypeRequiredDescriptionRelated types
eventsreadonly ParsedPointerInput[]YesThe events member uses the readonly ParsedPointerInput[] contract.ParsedPointerInput
passthroughstringYesThe 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.

Source

View the secondary source reference

Package

@mwillbanks/tuil-pointer

On this page