Interface TSymbol

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

Implemented by

Properties

creationTime: number
id: string
modificationDate: number
style: TStyle
type: string

Generated using TypeDoc