Type alias TStyle

TStyle: {
    color?: string;
    fill?: string;
    width?: number;
}

Type declaration

  • Optional color?: string
  • Optional fill?: string
  • Optional width?: number

Generated using TypeDoc