{
"id": "org.atsui.Stack",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"children"
],
"properties": {
"gap": {
"type": "string",
"default": "medium",
"maxLength": 32,
"description": "Space between children.",
"knownValues": [
"none",
"small",
"medium",
"large"
]
},
"align": {
"type": "string",
"default": "stretch",
"maxLength": 32,
"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."
},
"opaque": {
"type": "boolean",
"description": "Whether the container has an opaque background."
},
"sticky": {
"type": "boolean",
"description": "Whether the container sticks to the top of the scroll area."
},
"justify": {
"type": "string",
"default": "start",
"maxLength": 32,
"description": "Main-axis distribution of children.",
"knownValues": [
"start",
"center",
"end",
"between"
]
},
"children": {
"type": "unknown"
},
"separator": {
"type": "boolean",
"description": "Whether to show a visual separator between children."
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"ref": "at.inlay.defs#response",
"type": "ref"
},
"encoding": "application/json"
},
"description": "Arranges children vertically with consistent spacing."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:lexicon.store
- CID
-
bafyreibkzphognyislgr7r5taibthxjs7ficlrzjqwdzlyas3xl25nvgl4
- Indexed At
- 2026-03-20 15:55 UTC
- AT-URI
-
at://did:web:lexicon.store/com.atproto.lexicon.schema/org.atsui.Stack