{
"id": "org.atsui.Stack",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"children"
],
"properties": {
"gap": {
"type": "string",
"default": "medium",
"description": "Space between children.",
"knownValues": [
"small",
"medium",
"large"
]
},
"align": {
"type": "string",
"default": "stretch",
"description": "Cross-axis alignment of children.",
"knownValues": [
"start",
"center",
"end",
"stretch"
]
},
"inset": {
"type": "boolean",
"description": "Whether this container has inset padding. The theme controls the amount."
},
"children": {
"type": "array",
"items": {
"ref": "at.inlay.defs#element",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"description": "Arranges children vertically with consistent spacing."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:e4fjueijznwqm2yxvt7q4mba
- CID
-
bafyreia4lbcmpn2ahq7l5vjvthzvz75wlmy6cve7ppvew6dqsdxyr6iafq
- Indexed At
- 2026-02-13 13:59 UTC
- AT-URI
-
at://did:plc:e4fjueijznwqm2yxvt7q4mba/com.atproto.lexicon.schema/org.atsui.Stack
Version History (3 versions)