Skip to main content

foundation-comms.datasource.snapshotfiltered

Home > @genesislcap/foundation-comms > Datasource > snapshotFiltered

Datasource.snapshotFiltered() method

Takes a filtered snapshot of the data in the datasource.

Signature:

snapshotFiltered(rowId?: string): Promise<any[]>;

Parameters

Parameter

Type

Description

rowId

string

(Optional) Optional ID of the row to filter.

Returns:

Promise<any[]>