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

    Any amCharts 5 entity that supports .get() property access.

    interface AmEntity {
        get: (key: string) => unknown;
        className?: string;
        uid?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    get: (key: string) => unknown
    className?: string
    uid?: number