tuil
ReferencePackages@mwillbanks/tuil-inkAPI

usePointerEvents

function exported by @mwillbanks/tuil-ink.

View rawEdit

function

Public function exported by @mwillbanks/tuil-ink.

export function usePointerEvents(
  bindings: readonly PointerEventBinding[],
): void;

Members

This declaration has no public members.

Parameters

MemberTypeRequiredDescriptionRelated types
bindingsreadonly PointerEventBinding[]YesSupplies the bindings value as readonly PointerEventBinding[].PointerEventBinding

Returns

void — Returns a value that satisfies void.

Related types: —

Throws

No thrown errors are documented for this declaration.

Source

View the secondary source reference

Package

@mwillbanks/tuil-ink

On this page