A renderable Inlay element.
Properties
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."
}