Skip to main content
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. RegistryContentNodeOption

RegistryContentNodeOption

    A single option within a chooser content node, representing one language or OS variant.

    Properties

    • language string optional
      The language this option applies to (for ’language-chooser’ nodes). One of: typescript, python, go, csharp, java, yaml.
    • os string optional
      The operating system this option applies to (for ‘os-chooser’ nodes). One of: linux, macos, windows.
    • content string required
      The content for this option, typically a code snippet or instructions.