{
"id": "org.atsui.Row",
"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": "center",
"maxLength": 32,
"description": "Cross-axis (vertical) 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"
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"ref": "at.inlay.defs#response",
"type": "ref"
},
"encoding": "application/json"
},
"description": "Arranges children horizontally with consistent spacing."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:lexicon.store
- CID
-
bafyreicjxpw37u43ccmtnmt2zknr3dvmahu2lsiqy7sd7fm3whbosp3cd4
- Indexed At
- 2026-03-20 15:55 UTC
- AT-URI
-
at://did:web:lexicon.store/com.atproto.lexicon.schema/org.atsui.Row