at.inlay.Fragment

inlay.at

Documentation

Renders children without a wrapper element.

main procedure

Renders children without a wrapper element.

Input

Encodingapplication/json
children array Required

No description available.

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"
      ],
      "properties": {
        "children": {
          "type": "array",
          "items": {
            "ref": "at.inlay.defs#element",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Renders children without a wrapper element."
}

Lexicon Garden

@