Type Alias NxAppProperties

In Qlik Sense Desktop, this structure can contain dynamic properties.

In Qlik Sense Enterprise, only a few dynamic properties at the app level are persisted. The persisted dynamic properties are the following:

  • modifiedDate
  • published
  • publishTime
  • privileges
  • description
  • dynamicColor
type NxAppProperties = {
    qHasSectionAccess?: boolean;
    qLastReloadTime?: string;
    qMigrationHash?: string;
    qSavedInProductVersion?: string;
    qThumbnail?: StaticContentUrlDef;
    qTitle?: string;
    qUsage?: UsageEnum;
}
Index

Properties

qHasSectionAccess?: boolean

If true the app has section access configured.

qLastReloadTime?: string

Last reload time of the app.

qMigrationHash?: string

Internal property reserved for app migration. Patch version of the app. Do not update.

qSavedInProductVersion?: string

Internal property reserved for app migration. The app is saved in this version of the product. Do not update.

qThumbnail?: StaticContentUrlDef

App thumbnail.

qTitle?: string

App title.

qUsage?: UsageEnum

Indicates whether the app is used for Analytics or DataPreparation

One of:

  • ANALYTICS
  • DATA_PREPARATION
  • DATAFLOW_PREP
  • SINGLE_TABLE_PREP