Interface ReportPointOfViewFactSheets

Paged Fact Sheet result for one point of view in ReportAllFactSheetsResponse.

  • totalCount — total number of matching Fact Sheets; may exceed edges.length if the result set is large (the framework paginates internally)
  • edges — array of edge wrappers each containing one Fact Sheet node
interface ReportPointOfViewFactSheets {
    edges: ReportPointOfViewFactSheetEdge[];
    totalCount: number;
}

Properties

Properties

totalCount: number

Generated using TypeDoc