Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Property.TouchAction

type TouchAction =
| "-ms-manipulation"
| "-ms-none"
| "-ms-pinch-zoom"
| "auto"
| "manipulation"
| "none"
| "pan-down"
| "pan-left"
| "pan-right"
| "pan-up"
| "pan-x"
| "pan-y"
| "pinch-zoom"
| (string & {});

§Type

§
Globals | "-ms-manipulation" | "-ms-none" | "-ms-pinch-zoom" | "auto" | "manipulation" | "none" | "pan-down" | "pan-left" | "pan-right" | "pan-up" | "pan-x" | "pan-y" | "pinch-zoom" | (string & {})
[src]