org.atsui.Stack

danabra.mov View official

Documentation

Arranges children vertically with consistent spacing.

main procedure

Arranges children vertically with consistent spacing.

Input

Encodingapplication/json
align string Optional

Cross-axis alignment of children.

children array Optional

No description available.

gap string Optional

Space between children.

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://bsky.social)
Enter valid JSON for the request body
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "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"
          ]
        },
        "children": {
          "type": "array",
          "items": {
            "ref": "at.inlay.defs#element",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Arranges children vertically with consistent spacing."
}

Lexicon Garden

@