Skip to main content

MarkupSheets2DApi

alpha

NOTE: This API is experimental, expect breaking changes in the future.

Index

Constructors

constructor

Properties

staticreadonlymarkupSheetsLayer

markupSheetsLayer: markup_sheets = 'markup_sheets'

Accessors

publicversion

  • get version(): DtoVersion
  • Gets 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.


    Returns DtoVersion

Methods

publicgetOrLoadSheets

publicunloadSheets

  • Unload sheets layer.


    Parameters

    Returns boolean

    True if the sheets layer was unloaded, otherwise false.