Gets the object as serialized JSON string.
Or sets serialized JSON (to fill this object's metadata by the metadata included within the JSON)
author
author:string
Undocumented
configFile
configFile:string
Undocumented
deleted
deleted:boolean
Set to true after deletion so that 'change' event is called and item is removed from UI lists.
description
description:string
Undocumented
dontNotify
dontNotify:boolean
Undocumented
downloadUrl
downloadUrl:string
Undocumented
ext_id
ext_id:string
Undocumented
hasConfig
hasConfig:boolean
Undocumented
id
id:number
Gets integer id of the object
infoJSON
infoJSON:string
Undocumented
installType
installType:string
Undocumented
installing
installing:boolean
Undocumented
isObservable
isObservable:boolean
Whether this object can be listened (e.g. for 'change' event)
isStatusBarSource
isStatusBarSource:boolean
Is source for status bar informations.
isTrial
isTrial:boolean
Undocumented
isValid
isValid:boolean
Undocumented
license
license:string
Undocumented
maxAppVersion
maxAppVersion:string
Undocumented
minAppVersion
minAppVersion:string
Undocumented
objectType
objectType:string
Gets the object type as string
path
path:string
Undocumented
persistentID
persistentID:string
Gets persistent id of the object
reloadRequiredInstall
reloadRequiredInstall:boolean
Undocumented
reloadRequiredUninstall
reloadRequiredUninstall:boolean
Undocumented
remainingTrialDays
remainingTrialDays:number
Undocumented
required
required:boolean
Undocumented
showRestartPrompt
showRestartPrompt:boolean
Undocumented
skinOptions
skinOptions:string
Undocumented
statusInfo
statusInfo:Promise<any>
Undocumented
title
title:string
Undocumented
uninstalled
uninstalled:boolean
Undocumented
updateInfo
updateInfo:string
Undocumented
validationResult
validationResult:string
Undocumented
version
version:string
Undocumented
Methods
beginUpdate
beginUpdate(): void
Lock object to update state. Events are not called when in update state.
Returns void
checkUpdate
checkUpdate(interval): void
Updates the object every X ms when called periodically. Useful e.g. when filling lists.
Can be used only in the update lock! (i.e. between beginUpdate/endUpdate)
Undocumented