AboutSupportDeveloper GuideVersion 38.126.83.74
interface Chart {
    id?: {
        [key: string]: any;
    };
    instruments: InstrumentElement[];
    name?: string;
    otherConfig?: {
        [key: string]: any;
    };
    range?: TimeRangeObject;
    style?: Style;
    type: string;
    [property: string]: any;
}

Indexable

[property: string]: any

Properties

id?: {
    [key: string]: any;
}

Type declaration

  • [key: string]: any
instruments: InstrumentElement[]
name?: string
otherConfig?: {
    [key: string]: any;
}

Type declaration

  • [key: string]: any
style?: Style
type: string