Mapping for a workspace

interface WorkspaceMapping {
    definitionUri?: string;
    depth?: number;
    localItem?: string;
    mappingType?: WorkspaceMappingType;
    serverItem?: string;
    workspaceId?: number;
}

Properties

definitionUri?: string

Uri of the associated definition

depth?: number

Depth of this mapping

localItem?: string

local location of the definition

mappingType?: WorkspaceMappingType

type of workspace mapping

serverItem?: string

Server location of the definition

workspaceId?: number

Id of the workspace