{
"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": [
"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."
},
"children": {
"type": "array",
"items": {
"ref": "at.inlay.defs#element",
"type": "ref"
}
}
}
},
"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:plc:e4fjueijznwqm2yxvt7q4mba
- CID
-
bafyreibowhbogkvtl7e4zhema3d64egozlekk6dutwnqmvkce7emlafdde
- Indexed At
- 2026-02-15 21:43 UTC
- AT-URI
-
at://did:plc:e4fjueijznwqm2yxvt7q4mba/com.atproto.lexicon.schema/org.atsui.Row
Version History (3 versions)