MAIDR JavaScript API
    Preparing search index...

    Interface TableauMarksCollection

    The marks a selection covers, as getMarksAsync() reports them.

    Mirrors MarksCollection in ExternalContract/Shared/SheetInterfaces.d.ts: one summary TableauDataTable per set of marks, whose columns are the fields of the worksheet and whose rows are the selected marks. The columns are looked up by fieldName, never by position, so whether they arrive alphabetically or in view order changes nothing.

    interface TableauMarksCollection {
        data: readonly TableauDataTable[];
    }
    Index

    Properties

    Properties

    data: readonly TableauDataTable[]