Closed
Description
import { EChartOption } from "echarts";
import { AppName } from "../../../interfaces";
export interface IOwnProps {
/**
* @ignore
*/
options?: EChartOption | EChartOption[];
filterName?: string;
appName: AppName;
graphName: string;
}
EChartsOptions is a massive type and causes generator.getSchemaForSymbol to throw an error, In this case I would be happy to force the function to generate a schema without this property and thus avoid the error. I cant find an escape hatch which allows me to ignore a type whilst still getting back the rest of the schema
Metadata
Metadata
Assignees
Labels
No labels