You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
extend the visibility prop of objects to also accept an "editor-only" string. This will ultimately set the object's visibility to false, unless we are in the editor
a separate editorOnly: boolean prop
This has come up enough times in my own projects too to warrant a bespoke solution
The first one is simpler/makes more sense to me, but might be less intuitive/discoverable because it modifies an existing API
The text was updated successfully, but these errors were encountered:
I have 2 ideas:
"editor-only"
string. This will ultimately set the object's visibility to false, unless we are in the editoreditorOnly: boolean
propThis has come up enough times in my own projects too to warrant a bespoke solution
The first one is simpler/makes more sense to me, but might be less intuitive/discoverable because it modifies an existing API
The text was updated successfully, but these errors were encountered: