Interface INxAppProperties

interface INxAppProperties {
    qLastReloadTime: string;
    qMigrationHash: string;
    qSavedInProductVersion: string;
    qThumbnail: IStaticContentUrlDef;
    qTitle: string;
}

Hierarchy

  • INxAppProperties
    • INxAppProperties

Properties

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: IStaticContentUrlDef

App thumbnail.

qTitle: string

App title.