Type alias TSymbol

TSymbol: {
    creationTime: number;
    id: string;
    modificationDate: number;
    style: TStyle;
    type: SymbolType | string;
}

Type declaration

  • creationTime: number
  • id: string
  • modificationDate: number
  • style: TStyle
  • type: SymbolType | string

Generated using TypeDoc