Menu

Index

Variables

Variables

Const ScenarioSchema

ScenarioSchema: { $schema: string; properties: { barWidth: { default: number; description: string; minimum: number; title: string; type: string }; borderColor: { schema: { default: string; description: string; pattern: string; title: string; type: string } }; borderDasharray: { schema: { default: string; description: string; title: string; type: string } }; borderThickness: { schema: { default: string; description: string; title: string; type: string } }; fillColor: { schema: { default: string; description: string; pattern: string; title: string; type: string } }; fillPattern: { schema: { default: string; description: string; pattern: string; title: string; type: string } }; fontWeight: { default: string; description: string; enum: string[]; title: string; type: string }; id: { schema: { default: string; description: string; title: string; type: string } }; markerShape: { default: string; description: string; enum: string[]; title: string; type: string }; pinWidth: { default: number; description: string; minimum: number; title: string; type: string } }; type: string }

Type declaration

  • $schema: string
  • properties: { barWidth: { default: number; description: string; minimum: number; title: string; type: string }; borderColor: { schema: { default: string; description: string; pattern: string; title: string; type: string } }; borderDasharray: { schema: { default: string; description: string; title: string; type: string } }; borderThickness: { schema: { default: string; description: string; title: string; type: string } }; fillColor: { schema: { default: string; description: string; pattern: string; title: string; type: string } }; fillPattern: { schema: { default: string; description: string; pattern: string; title: string; type: string } }; fontWeight: { default: string; description: string; enum: string[]; title: string; type: string }; id: { schema: { default: string; description: string; title: string; type: string } }; markerShape: { default: string; description: string; enum: string[]; title: string; type: string }; pinWidth: { default: number; description: string; minimum: number; title: string; type: string } }
    • barWidth: { default: number; description: string; minimum: number; title: string; type: string }
      • default: number
      • description: string
      • minimum: number
      • title: string
      • type: string
    • borderColor: { schema: { default: string; description: string; pattern: string; title: string; type: string } }
      • schema: { default: string; description: string; pattern: string; title: string; type: string }
        • default: string
        • description: string
        • pattern: string
        • title: string
        • type: string
    • borderDasharray: { schema: { default: string; description: string; title: string; type: string } }
      • schema: { default: string; description: string; title: string; type: string }
        • default: string
        • description: string
        • title: string
        • type: string
    • borderThickness: { schema: { default: string; description: string; title: string; type: string } }
      • schema: { default: string; description: string; title: string; type: string }
        • default: string
        • description: string
        • title: string
        • type: string
    • fillColor: { schema: { default: string; description: string; pattern: string; title: string; type: string } }
      • schema: { default: string; description: string; pattern: string; title: string; type: string }
        • default: string
        • description: string
        • pattern: string
        • title: string
        • type: string
    • fillPattern: { schema: { default: string; description: string; pattern: string; title: string; type: string } }
      • schema: { default: string; description: string; pattern: string; title: string; type: string }
        • default: string
        • description: string
        • pattern: string
        • title: string
        • type: string
    • fontWeight: { default: string; description: string; enum: string[]; title: string; type: string }
      • default: string
      • description: string
      • enum: string[]
      • title: string
      • type: string
    • id: { schema: { default: string; description: string; title: string; type: string } }
      • schema: { default: string; description: string; title: string; type: string }
        • default: string
        • description: string
        • title: string
        • type: string
    • markerShape: { default: string; description: string; enum: string[]; title: string; type: string }
      • default: string
      • description: string
      • enum: string[]
      • title: string
      • type: string
    • pinWidth: { default: number; description: string; minimum: number; title: string; type: string }
      • default: number
      • description: string
      • minimum: number
      • title: string
      • type: string
  • type: string

Generated using TypeDoc