Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.metabind.ai/llms.txt

Use this file to discover all available pages before exploring further.

type EdgeSet = Edge | Array<Edge>;
Edge
string
A single Edge value (e.g. "top", "horizontal", "all").
Array<Edge>
Edge[]
An array of Edge values (e.g. ["top", "leading"]).