AlphaStatic Readonly AlphamarkupAlphaGets the current dto (data transfer object) version. This version represents the version of the layer API, this version will be assigned to every sheet collection that is saved via this api. If your local version is lower than the one saved to the layer API you will not be able to load the markups from that sheet collection.
AlphaLoad sheets from LayersApi.
Change to load the sheets from.
Function that should return the observable that will be notified when a layer event happens.
Either the Layer or a LayerFailure. Use isFailure to check if the return value is a LayerFailure or a Layer.
AlphaUnload sheets layer.
The change to unload sheets from.
True if the sheets layer was unloaded, otherwise false.
NOTE: This API is experimental, expect breaking changes in the future.