Skip to content

Ignore a specific property #299

Closed
Closed
@timini

Description

@timini
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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions