Skip to content

ui_hints

Required: No
Type: Map of UI hints
Condition: No

Hints to GUI tooling to assist in rendering the component.

Key Required Type Description
visibility No Enumeration: never, basic, advanced Visibility level of the component in SDK component browsers. Default value is advanced. Components marked basic are also available in basic mode. Components marked never are hidden from GUI.
1
2
ui_hints:
  visibility: basic
Back to top