TMetaData: {
    endTime: number;
    hasVolume: boolean;
    isRelative?: boolean;
    name: string;
    options: { [key: string]: any };
    precision: number;
    properties: { [key: string]: any };
    startTime: number;
    timezone: string;
    updatedIdentifier?: { newIdentifier: string; oldIdentifier: string };
}

Type declaration

  • endTime: number
  • hasVolume: boolean
  • OptionalisRelative?: boolean
  • name: string
  • options: { [key: string]: any }
  • precision: number
  • properties: { [key: string]: any }
  • startTime: number
  • timezone: string
  • OptionalupdatedIdentifier?: { newIdentifier: string; oldIdentifier: string }

    optional attribute which can be set to notify charting core that a different identifier should be used instead this will cause a new loading cycle with the updated identifier