at.inlay.defs

inlay.at

Documentation

element object

A renderable Inlay element.

Properties

key string Optional

Stable key that identifies the component among its siblings.

props unknown Optional

Properties to pass to the component.

type string nsid Required

NSID of the component to render.

View raw schema
{
  "type": "object",
  "required": [
    "type"
  ],
  "properties": {
    "key": {
      "type": "string",
      "description": "Stable key that identifies the component among its siblings."
    },
    "type": {
      "type": "string",
      "format": "nsid",
      "description": "NSID of the component to render."
    },
    "props": {
      "type": "unknown",
      "description": "Properties to pass to the component."
    }
  },
  "description": "A renderable Inlay element."
}
viaValtown object

No description available.

Properties

valId string Required

Val Town val UUID

View raw schema
{
  "type": "object",
  "required": [
    "valId"
  ],
  "properties": {
    "valId": {
      "type": "string",
      "description": "Val Town val UUID"
    }
  }
}

Lexicon Garden

@