Skip to content

Interface RegistryEntry

Source: appRegistry.ts

Extends

Properties

packageName?

optional packageName?: string


exportName?

optional exportName?: string


version?

optional version?: string

The version of this application.

Inherited from

Partial.version


author?

optional author?: string

The author of this application.

Inherited from

Partial.author


screenshots?

optional screenshots?: string[]

Screenshots of this application.

Inherited from

Partial.screenshots


website?

optional website?: string

Website of this application or its developer.

Inherited from

Partial.website


releaseDate?

optional releaseDate?: 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?

optional description?: string | null = null

Description of this application.

Inherited from

Partial.description


iconUrl?

optional iconUrl?: string | null = null

URL of the icon of this application.

Inherited from

Partial.iconUrl


category?

optional category?: "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

Built by Prozilla