An OpenFin report

TypeScript
export interface OpenFinReport extends
Extends

AdaptableObject

Properties

PropertyDescription
ReportNameName of Report (which will exist in the Export State)
IsReadOnlySets Entity to ReadOnly (overwriting a Strategy Entitlement of 'Full')

Property Details

ReportName

Name of Report (which will exist in the Export State)

TypeScript
ReportName: string;
Property Value

string

IsReadOnly

Inherited from AdaptableObject

Sets Entity to ReadOnly (overwriting a Strategy Entitlement of 'Full')

TypeScript
IsReadOnly?: boolean;
Property Value

boolean