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
I am working on automating the reference documentation for these types, and I encountered this one. Could it be just boolean with a default of false? What is the meaning of the 3rd null state if it isn't true/false? The current reference documentation just says "boolean".
Thank you,
Steve
"canUpdateConfiguration": {
"type": [
"boolean",
"null"
],
"description": "A value indicating whether the configuration of a compose extension can be updated by the user.",
"default": "null"
},