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

    Type Alias ContextHandler

    ContextHandler: (
        context: OpenFin.FDC3.v2_0.Context,
        metadata?: ContextMetadata,
    ) => void

    Describes a callback that handles a context event. Used when attaching listeners for context broadcasts.

    Optional metadata about the context message, including the app that originated the message, SHOULD be provided by the desktop agent implementation.

    Type Declaration