OpenFin Workspace API
    Preparing search index...

    Interface RegistrationMetaInfo

    Registration meta info

    Returned when a Workspace component is registered.

    interface RegistrationMetaInfo {
        clientAPIVersion: string;
        workspaceVersion: string;
    }

    Hierarchy (View Summary)

    Index
    clientAPIVersion: string

    Client API version

    This is the version of the Workspace client API that is being used to register the component.

    workspaceVersion: string

    Workspace version

    This is the version of Workspace that the Workspace component is running on. This could be used to determine if the component is running on a version of Workspace that supports a particular feature.