Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Docs: Added CloudServicesConfig#bundleVersion to the documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
scofalik committed Jan 23, 2020
1 parent 0ca3088 commit b98b457
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/cloudservices.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,15 @@ CloudServices.Token = Token;
* @member {String} module:cloud-services/cloudservices~CloudServicesConfig#webSocketUrl
*/

/**
* Optional parameter used for integration with Cloud Services, when uploading the editor build to Cloud Services.
*
* Whenever the editor build or the configuration changes, this parameter should be set to a new, unique value, to differentiate
* the new bundle (build + configuration) from the old ones.
*
* @member {String} module:cloud-services/cloudservices~CloudServicesConfig#bundleVersion
*/

/**
* Document ID, used by the `RealTimeCollaborativeEditing` plugin. All editor instances created with the same document ID will collaborate.
* It means that each document needs a different document ID if you do not want to start collaboration between these documents.
Expand Down

0 comments on commit b98b457

Please sign in to comment.