Variable GBTMetadataSourceTypeConst

GBTMetadataSourceType: {
    Automatic: "AUTOMATIC";
    Computed: "COMPUTED";
    ComputedConfigured: "COMPUTED_CONFIGURED";
    Configured: "CONFIGURED";
    Default: "DEFAULT";
    Feature: "FEATURE";
    Merged: "MERGED";
    StandardContent: "STANDARD_CONTENT";
    Unconfigured: "UNCONFIGURED";
    Unknown: "UNKNOWN";
} = ...

Export

Type declaration

  • Readonly Automatic: "AUTOMATIC"
  • Readonly Computed: "COMPUTED"
  • Readonly ComputedConfigured: "COMPUTED_CONFIGURED"
  • Readonly Configured: "CONFIGURED"
  • Readonly Default: "DEFAULT"
  • Readonly Feature: "FEATURE"
  • Readonly Merged: "MERGED"
  • Readonly StandardContent: "STANDARD_CONTENT"
  • Readonly Unconfigured: "UNCONFIGURED"
  • Readonly Unknown: "UNKNOWN"

Generated using TypeDoc