Skip to content

Documentation v1.0.0


Documentation / @openassistant/plots / VegaLitePlotToolArgs

Type Alias: VegaLitePlotToolArgs

VegaLitePlotToolArgs = z.ZodObject<{ datasetName: z.ZodString; variableNames: z.ZodArray<z.ZodString>; vegaLiteSpec: z.ZodString; }>

Defined in: vegalite/tool.ts:11

Released under the MIT License.