org.atsui.Tabs

lexicon.store View official

Documentation

Tabbed content with instant client-side switching.

main procedure

Tabbed content with instant client-side switching.

Input

Encodingapplication/json
items array Required

Tabs to display.

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": [
        "items"
      ],
      "properties": {
        "items": {
          "type": "array",
          "items": {
            "ref": "#tab",
            "type": "ref"
          },
          "description": "Tabs to display."
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "ref": "at.inlay.defs#response",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "description": "Tabbed content with instant client-side switching."
}
tab object

No description available.

Properties

label string Required

Display label for the tab.

maxLength: 128 bytes
View raw schema
{
  "type": "object",
  "required": [
    "label",
    "content"
  ],
  "properties": {
    "label": {
      "type": "string",
      "maxLength": 128,
      "description": "Display label for the tab."
    },
    "content": {
      "ref": "at.inlay.defs#element",
      "type": "ref",
      "description": "Element to render as tab content."
    }
  }
}

Lexicon Garden

@