Type Alias SelectionFilter

type SelectionFilter = {
    patchesById?: Record<string, NxPatch[]>;
    selectionsByState?: Record<string, QSelection[]>;
    variables?: unknown[];
}
Index

Properties

patchesById?: Record<string, NxPatch[]>

A map for applying soft properties, aka patches, to specific visualization IDs within the sheet.

selectionsByState?: Record<string, QSelection[]>

Map of selections to apply by state. Maximum number of states allowed is 125. Maximum number of fields allowed is 125 and Maximum number of overall field values allowed is 150000.

variables?: unknown[]