Globus SDK for JavaScript
    Preparing search index...

    Module Constants

    Constants provided by the SDK.

    // Using the global exported constants.
    import { GCS } from "@globus/sdk/constants";
    console.log(GCS.CONNECTORS.POSIX);
    // Using the service-specific exported constants.
    import GCS from "@globus/sdk/service/globus-connect-server/constants";
    console.log(GCS.CONNECTORS.POSIX);

    Namespaces

    GCS