AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface AppMetadata

    App definition as provided by the application directory

    interface AppMetadata {
        appId?: string;
        description?: string;
        icons?: string[];
        images?: string[];
        name: string;
        title?: string;
        tooltip?: string;
        version?: string;
    }
    Index
    appId?: string

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

    description?: string

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

    icons?: string[]

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

    images?: string[]

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

    name: string

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

    title?: string

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

    tooltip?: string

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

    version?: string

    The Version of the application.