Skip to content

Commit

Permalink
Document ui.readable in the item type spec
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Boberg <[email protected]>
  • Loading branch information
axelboberg committed Mar 30, 2024
1 parent a06194c commit 0f2ea1e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,15 @@ Types are blueprints for items, they can be created and extended using the `cont
will be shown together in the
inspector
*/
"ui.group": "My plugin"
"ui.group": "My plugin",

/*
Set to true to signal that widgets should show this
information when presenting the item, such as the rundown
Defaults to false
*/
"ui.readable": true
},

/*
Expand All @@ -295,7 +303,7 @@ Types are blueprints for items, they can be created and extended using the `cont
"name": "My second property",
"type": "string",
"ui.uri": "/path/to/custom/input"
},
}
}
}
]
Expand Down

0 comments on commit 0f2ea1e

Please sign in to comment.