RegistryContentNodeOption
A single option within a chooser content node, representing one language or OS variant.
Properties
languagestring optionalThe language this option applies to (for ’language-chooser’ nodes). One of: typescript, python, go, csharp, java, yaml.osstring optionalThe operating system this option applies to (for ‘os-chooser’ nodes). One of: linux, macos, windows.contentstring requiredThe content for this option, typically a code snippet or instructions.