Frontend API symbols
TapSize
How much room the mount has: a slot, the expand panel, or a whole page.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How much room the mount has: a slot, the expand panel, or a whole page.
type TapSize = "slot" | "panel" | "page";
Was this page helpful?