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

    A friendly display name for the intent that should be used to render UI elements

    name: string

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