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

Property.MsContentZoomSnap

type MsContentZoomSnap =
| "mandatory"
| "none"
| "proximity"
| (string & {});

§Type

§
Globals | "mandatory" | "none" | "proximity" | (string & {})
[src]