Vega or Vega-Lite specification for custom visualization rendering. See https://vega.github.io/vega-lite/ for the full grammar reference.

Hierarchy

  • WildcardWidgetSpecification

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
contents: any

The Vega or Vega-Lite JSON specification object.

Type of specification used by the wildcard widget.

Generated using TypeDoc