Type Alias AppEntry

type AppEntry = {
    qFileSize?: number;
    qHasSectionAccess?: boolean;
    qID?: string;
    qLastReloadTime?: string;
    qMeta?: NxMeta;
    qPath?: string;
    qReadOnly?: boolean;
    qThumbnail?: StaticContentUrl;
    qTitle?: string;
}
Index

Properties

qFileSize?: number
qHasSectionAccess?: boolean

If true the app has section access configured.

qID?: string

Identifier of the app.

qLastReloadTime?: string

Last reload time of the app.

qMeta?: NxMeta

Meta data.

qPath?: string

Path of the app.

qReadOnly?: boolean

Is set to true if the app is read-only.

qThumbnail?: StaticContentUrl

App thumbnail.

qTitle?: string

Title of the app.