Function: selectionDimReport()
selectionDimReport(
scope?):Record<string,unknown>
Defined in: mosaic-selection.ts:556
The report section: { <dimension>: <semantic value> }, nulls included — an inactive dimension still tells the agent the filter EXISTS. Wire it as kit.registerReporter("filters", () => selectionDimReport(appScope)).
Parameters
scope?
string | Scope
Returns
Record<string, unknown>