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

    Google Charts selection item returned by chart.getSelection().

    interface GoogleSelectionItem {
        row: number | null;
        column: number | null;
    }
    Index

    Properties

    Properties

    row: number | null
    column: number | null