Interface RemoteBackendWorkspaceConfig

Configuration options for a workspace for use with the remote enhanced backend.

interface RemoteBackendWorkspaceConfig {
    name?: any;
    prefix?: any;
}

Properties

Properties

name?: any

The full name of one remote workspace. When configured, only the default workspace can be used. This option conflicts with prefix.

prefix?: any

A prefix used in the names of one or more remote workspaces, all of which can be used with this configuration. If unset, only the default workspace can be used. This option conflicts with name.

Generated using TypeDoc