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

TypeScript
export interface

Properties

PropertyDescription
pageNameFor OpenFin this is the workbook name; for iPushpull the page name
reportThe underlying Report
reportDestinationWhere 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'