Supported properties for editor.updateOptions() #3980
Unanswered
arnoudkooi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to know the properties that can be changed at runtime with
editor.updateOptions()
For example this doesn't seem to work:
editor.updateOptions({"bracketPairColorization.enabled": true})
Neither in the following notation
editor.updateOptions({ "bracketPairColorization": {"enabled":true}})
Is this expected behavior, and is there a way around this, so that I can change this at runtime
Beta Was this translation helpful? Give feedback.
All reactions