Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICreateWorkingCopyParameters

Hierarchy

  • ICreateWorkingCopyParameters

Index

Properties

Optional avatarUrl

avatarUrl: string

Optional description

description: string

Optional longLived

longLived: boolean

Indicates whether the working copy should be long-lived. This parameter can only be set to true when the Mendix project id is set and the Model SDK is used from a trusted backend

  • this excludes regular SDK users for the moment.

name

name: string

Optional projectId

projectId: string

Mendix project id. Needed for deployment and team server commits

Optional publicReadOnly

publicReadOnly: boolean

Indicates whether the working copy should allow read-only access for everybody.

Optional setAsDefault

setAsDefault: boolean

Indicates whether the new working copy should be the default working copy associated with the provided projectId. This means that this working copy will be opened in the Web Modeler for the given project. This parameter can only be set to true when the Mendix project id is set and the Model SDK is used from a trusted backend

  • this excludes regular SDK users for the moment.

Optional teamServerBaseBranch

teamServerBaseBranch: string

If this WC is created from a TeamServer checkout, the BaseRevision / BaseBranch can be used by the Desktop Modeler during merge

type

{number}

Optional teamServerBaseRevision

teamServerBaseRevision: number

If this WC is created from a TeamServer checkout, the BaseRevision / BaseBranch can be used by the Desktop Modeler during merge

type

{number}

template

template: string

Path to the (template) MPK file.

Generated using TypeDoc