Skip to main content

Interface: AppMetadata

types.FDC3.AppMetadata

App definition as provided by the application directory

Properties

appId

Optional Readonly appId: string

The unique application identifier located within a specific application directory instance. An example of an appId might be 'app@sub.root'


description

Optional Readonly description: string

A longer, multi-paragraph description for the application that could include markup


icons

Optional Readonly icons: string[]

A list of icon URLs for the application that can be used to render UI elements


images

Optional Readonly images: string[]

A list of image URLs for the application that can be used to render UI elements


name

Readonly name: string

The unique app name that can be used with the open and raiseIntent calls.


title

Optional Readonly title: string

A more user-friendly application title that can be used to render UI elements


tooltip

Optional Readonly tooltip: string

A tooltip for the application that can be used to render UI elements


version

Optional Readonly version: string

The Version of the application.