LiveReport

Defines which Adaptable Reports are 'Live' (i.e. will update the destination as data in Adaptable ticks or changes)

TypeScript
export interface

Properties

PropertyTypeDescription
pageNamestringFor OpenFin this is the workbook name; for iPushpull the page name
reportReportThe underlying Report
reportDestination'OpenfinExcel' | 'ipushpull'Where the live data is being sent

Property Details

pageName

For OpenFin this is the workbook name; for iPushpull the page name

TypeScript
pageName: string;
Property Value

string

report

The underlying Report

TypeScript
report: Report;
Property Value

Report

reportDestination

Where the live data is being sent

TypeScript
reportDestination: 'OpenfinExcel' | 'ipushpull';
Property Value

'OpenfinExcel' | 'ipushpull'