at.inlay.Placeholder

inlay.at

Documentation

Shows fallback content while children are loading.

main procedure

Shows fallback content while children are loading.

Input

Encodingapplication/json
children array Required

No description available.

Output

Encodingapplication/json
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",
      "required": [
        "children",
        "fallback"
      ],
      "properties": {
        "children": {
          "type": "array",
          "items": {
            "ref": "at.inlay.defs#element",
            "type": "ref"
          }
        },
        "fallback": {
          "ref": "at.inlay.defs#element",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "ref": "at.inlay.defs#response",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "description": "Shows fallback content while children are loading."
}

Lexicon Garden

@