Interface ReportSetupConfig

Arbitrary key/value bag the container injects when opening the report.

factSheetType carries the Fact Sheet type pre-selected in the host page (if any). All other keys are report-specific and are configured via LeanIX Administration → Reports.

interface ReportSetupConfig {
    factSheetType?: string;
    [others: string]: any;
}

Indexable

[others: string]: any

Properties

Properties

factSheetType?: string

Generated using TypeDoc