Top-level object resolved by lx.init(). Contains everything the report needs to configure itself before calling lx.ready().
lx.init()
lx.ready()
reportId
bookmarkName
config
factSheetType
settings
savedState
lx.publishState()
undefined
Init sequence overview
Optional
Generated using TypeDoc
Top-level object resolved by
lx.init(). Contains everything the report needs to configure itself before callinglx.ready().reportId— unique identifier of this report in the workspacebookmarkName— display name of the currently active saved configuration (bookmark)config— arbitrary config passed by the container when opening the report;factSheetTypeis a common key; other keys are report-specificsettings— full workspace context (data model, view model, translations, user, etc.)savedState— state previously persisted vialx.publishState(), orundefinedon first load; use to restore the report to a previously saved configurationSee
Init sequence overview