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

    Interface IntentMetadata

    Intent descriptor

    interface IntentMetadata {
        displayName: string;
        name: string;
    }
    Index
    displayName: string

    Display name for the intent.

    Use the intent name for display as display name may vary for each application as it is defined in the app's AppD record.

    name: string

    The unique name of the intent that can be invoked by the raiseIntent call