Open Dev Kit Documentation :: General :: API Node Visibility
Root.APINodeVisibilityVisibility options for the API Node
Constants
- Normal (
normal) - Always shown to user
- Design (
design) - Property always shown, but in scripting only getter and array getters are shown to user
- Runtime (
runtime) - Accessible only during run-time; must be scripted
- Read-only (
readonly) - Only getter and array getters are shown to user
- Write-only (
writeonly) - Only setter is shown as a function to user; however, getter is shown as a property
- Hidden (
hidden) - Not shown to user but can be enumerated
If you think anything is missing, please feel free to: submit documentation feedback on this page
