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

    Google Charts event helper namespace.

    interface GoogleEvents {
        addListener: (
            chart: GoogleChart,
            eventName: string,
            handler: (...args: unknown[]) => void,
        ) => { remove: () => void };
        removeAllListeners: (chart: GoogleChart) => void;
    }
    Index

    Properties

    addListener: (
        chart: GoogleChart,
        eventName: string,
        handler: (...args: unknown[]) => void,
    ) => { remove: () => void }
    removeAllListeners: (chart: GoogleChart) => void