Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OnlineWorkingCopy

Hierarchy

  • OnlineWorkingCopy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

appId

appId: string

workingCopyId

workingCopyId: string

Methods

commitToRepository

  • Commit the changes of the working copy to the repository.

    Note: make sure to call {@link Model.flushChanges} when committing right after making changes. This makes sure that the mendixmodelsdk has been able to send the changes.

    Parameters

    Returns Promise<void>

openModel

  • openModel(): Promise<IModel>
  • Open the model of the online working copy. This can be used to read and edit the contents of the online working copy of the app.

    Returns Promise<IModel>

Generated using TypeDoc