MAIDR Documentation - v3.69.0
    Preparing search index...

    Minimal interface for an amCharts 5 data item.

    interface AmDataItem {
        get: (key: string) => unknown;
        uid?: number;
        bullets?: AmBullet[];
    }
    Index

    Properties

    Properties

    get: (key: string) => unknown
    uid?: number
    bullets?: AmBullet[]