Chartbreaker
    Preparing search index...

    Type Alias TMetaData

    type 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 };
    }
    Index

    Properties

    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 }

    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