Type alias TOISymbolChar

TOISymbolChar: {
    bounds: TBoundingBox;
    color: string;
    fontSize: number;
    fontWeight: "normal" | "bold";
    id: string;
    label: string;
}

Type declaration

  • bounds: TBoundingBox
  • color: string
  • fontSize: number
  • fontWeight: "normal" | "bold"
  • id: string
  • label: string

Generated using TypeDoc