Interface RegistryEntry
Source: appRegistry.ts
Extends
Pick<App,"id"|"name"|"isInstalled">.Partial<Pick<App,"description"|"iconUrl"|"category">>.Partial<Omit<AppMetadata,"name">>
Properties
packageName?
optionalpackageName?:string
exportName?
optionalexportName?:string
version?
optionalversion?:string
The version of this application.
Inherited from
Partial.version
author?
optionalauthor?:string
The author of this application.
Inherited from
Partial.author
screenshots?
optionalscreenshots?:string[]
Screenshots of this application.
Inherited from
Partial.screenshots
website?
optionalwebsite?:string
Website of this application or its developer.
Inherited from
Partial.website
releaseDate?
optionalreleaseDate?:string
Release date of this application.
Inherited from
Partial.releaseDate
name
name:
string="App"
The display name of this application.
Inherited from
Pick.name
id
id:
string="app"
The unique ID of this application.
Inherited from
Pick.id
description?
optionaldescription?:string|null=null
Description of this application.
Inherited from
Partial.description
iconUrl?
optionaliconUrl?:string|null=null
URL of the icon of this application.
Inherited from
Partial.iconUrl
category?
optionalcategory?:"Business"|"Developer tools"|"Education"|"Entertainment"|"Food & dining"|"Health & fitness"|"Kids & family"|"Lifestyle"|"Media"|"Medical"|"Multimedia design"|"Music"|"Navigation & maps"|"News & weather"|"Personal finance"|"Personalization"|"Photo & video"|"Productivity"|"Security"|"Shopping"|"Social"|"Sports"|"Travel"|"Utilities & tools"|null=null
The category the app belongs to.
Inherited from
Partial.category
isInstalled
isInstalled:
boolean=true
Inherited from
Pick.isInstalled