diff --git a/classes/AbortError.html b/classes/AbortError.html index cf540fc5..60bc43a9 100644 --- a/classes/AbortError.html +++ b/classes/AbortError.html @@ -1,4 +1,4 @@ -AbortError | Cadenza JS

Class AbortError

Hierarchy

  • DOMException
    • AbortError

Constructors

constructor +AbortError | Cadenza JS

Class AbortError

Hierarchy

  • DOMException
    • AbortError

Constructors

Properties

ABORT_ERR: 20
DATA_CLONE_ERR: 25
DOMSTRING_SIZE_ERR: 2
HIERARCHY_REQUEST_ERR: 3
INDEX_SIZE_ERR: 1
INUSE_ATTRIBUTE_ERR: 10
INVALID_ACCESS_ERR: 15
INVALID_CHARACTER_ERR: 5
INVALID_MODIFICATION_ERR: 13
INVALID_NODE_TYPE_ERR: 24
INVALID_STATE_ERR: 11
NAMESPACE_ERR: 14
NETWORK_ERR: 19
NOT_FOUND_ERR: 8
NOT_SUPPORTED_ERR: 9
NO_DATA_ALLOWED_ERR: 6
NO_MODIFICATION_ALLOWED_ERR: 7
QUOTA_EXCEEDED_ERR: 22
SECURITY_ERR: 18
SYNTAX_ERR: 12
TIMEOUT_ERR: 23
TYPE_MISMATCH_ERR: 17
URL_MISMATCH_ERR: 21
VALIDATION_ERR: 16
WRONG_DOCUMENT_ERR: 4
cause?: unknown
code: number

Deprecated

MDN Reference

+

Constructors

Properties

ABORT_ERR: 20
DATA_CLONE_ERR: 25
DOMSTRING_SIZE_ERR: 2
HIERARCHY_REQUEST_ERR: 3
INDEX_SIZE_ERR: 1
INUSE_ATTRIBUTE_ERR: 10
INVALID_ACCESS_ERR: 15
INVALID_CHARACTER_ERR: 5
INVALID_MODIFICATION_ERR: 13
INVALID_NODE_TYPE_ERR: 24
INVALID_STATE_ERR: 11
NAMESPACE_ERR: 14
NETWORK_ERR: 19
NOT_FOUND_ERR: 8
NOT_SUPPORTED_ERR: 9
NO_DATA_ALLOWED_ERR: 6
NO_MODIFICATION_ALLOWED_ERR: 7
QUOTA_EXCEEDED_ERR: 22
SECURITY_ERR: 18
SYNTAX_ERR: 12
TIMEOUT_ERR: 23
TYPE_MISMATCH_ERR: 17
URL_MISMATCH_ERR: 21
VALIDATION_ERR: 16
WRONG_DOCUMENT_ERR: 4
cause?: unknown
code: number

Deprecated

MDN Reference

message: string
name: string
stack?: string
ABORT_ERR: 20
DATA_CLONE_ERR: 25
DOMSTRING_SIZE_ERR: 2
HIERARCHY_REQUEST_ERR: 3
INDEX_SIZE_ERR: 1
INUSE_ATTRIBUTE_ERR: 10
INVALID_ACCESS_ERR: 15
INVALID_CHARACTER_ERR: 5
INVALID_MODIFICATION_ERR: 13
INVALID_NODE_TYPE_ERR: 24
INVALID_STATE_ERR: 11
NAMESPACE_ERR: 14
NETWORK_ERR: 19
NOT_FOUND_ERR: 8
NOT_SUPPORTED_ERR: 9
NO_DATA_ALLOWED_ERR: 6
NO_MODIFICATION_ALLOWED_ERR: 7
QUOTA_EXCEEDED_ERR: 22
SECURITY_ERR: 18
SYNTAX_ERR: 12
TIMEOUT_ERR: 23
TYPE_MISMATCH_ERR: 17
URL_MISMATCH_ERR: 21
VALIDATION_ERR: 16
WRONG_DOCUMENT_ERR: 4

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/CadenzaClient.html b/classes/CadenzaClient.html index 61c46df0..55dcd4f9 100644 --- a/classes/CadenzaClient.html +++ b/classes/CadenzaClient.html @@ -6,7 +6,7 @@
  • For methods that support the hideMainHeaderAndFooter and hideWorkbookToolBar parameters - the parameters cannot override the configuration of an embedding target.
  • For methods that support the locationFinder and mapExtent parameters - when both are given, the mapExtent takes precedence.
  • -

    Properties

    Properties

    Properties

    #baseUrl: string
    #debug: boolean
    #iframe: undefined | string | HTMLIFrameElement
    #iframeElement: undefined | HTMLIFrameElement
    #origin: string
    #subscriptions: [string, ((event) => void)][] = []
    #webApplication: undefined | ExternalLinkKey

    Accessors

    • get #requiredIframe(): HTMLIFrameElement
    • Returns HTMLIFrameElement

    • get baseUrl(): string
    • The base URL of the Cadenza server this client is requesting

      -

      Returns string

    • get iframe(): undefined | HTMLIFrameElement
    • The iframe this client is using for embedding Cadenza.

      -

      Returns undefined | HTMLIFrameElement

    Methods

    • Parameters

      • path: string
      • params: URLSearchParams

      Returns URL

    • Parameters

      • path: string
      • params: URLSearchParams

      Returns void

    • Parameters

      • path: string

        Type

        string

        +

    Properties

    #baseUrl: string
    #debug: boolean
    #iframe: undefined | string | HTMLIFrameElement
    #iframeElement: undefined | HTMLIFrameElement
    #origin: string
    #subscriptions: [string, ((event) => void)][] = []
    #webApplication: undefined | ExternalLinkKey

    Accessors

    Methods

    Returns Promise<void>

    Returns void

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/CadenzaError.html b/classes/CadenzaError.html index 33657150..da70fd22 100644 --- a/classes/CadenzaError.html +++ b/classes/CadenzaError.html @@ -1,6 +1,6 @@ CadenzaError | Cadenza JS

    Class CadenzaError

    An Error implementation for errors in the communication with Cadenza.

    Note: For invalid parameters, the Cadenza client will throw "normal" Errors.

    -

    Hierarchy

    • Error
      • CadenzaError

    Constructors

    Hierarchy

    • Error
      • CadenzaError

    Constructors

    Properties

    #type cause? message @@ -12,9 +12,9 @@

    Methods

    Constructors

    • Parameters

      • type: string

        The technical identifier of the error

      • message: string

        A description of the error

        -

      Returns CadenzaError

    Properties

    #type: string
    cause?: unknown
    message: string
    name: string
    stack?: string
    prepareStackTrace?: ((err, stackTraces) => any)

    Optional override for formatting stack traces

    +

    Returns CadenzaError

    Properties

    #type: string
    cause?: unknown
    message: string
    name: string
    stack?: string
    prepareStackTrace?: ((err, stackTraces) => any)

    Optional override for formatting stack traces

    Type declaration

    stackTraceLimit: number

    Accessors

    Methods

    • Create .stack property on a target object

      +
    stackTraceLimit: number

    Accessors

    Methods

    • Create .stack property on a target object

      Parameters

      • targetObject: object
      • Optional constructorOpt: Function

      Returns void

    Generated using TypeDoc

    \ No newline at end of file diff --git a/functions/cadenza.html b/functions/cadenza.html index 73d56801..8b19fc2d 100644 --- a/functions/cadenza.html +++ b/functions/cadenza.html @@ -9,4 +9,4 @@ target origin when posting events. This is required if Cadenza and your application are not running on the same origin.

    Returns CadenzaClient

    Throws

    For invalid arguments

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/index.html b/index.html index 3d6bc3d1..21055390 100644 --- a/index.html +++ b/index.html @@ -75,11 +75,8 @@

    Note: Under the hood, creating a geometry is similar to editing a geometry. That's why the events use the editGeometry prefix.

    Select Objects in a Workbook Map

    API: CadenzaClient#selectObjects

    -
    cadenzaClient.selectObjects('{embeddingTargetId}');

    cadenzaClient.on('selectObjects:ok', (event) => {
    console.log('Object selection was completed', event.detail.selection);
    }); -
    -

    Limit selection to specific map layers

    API: CadenzaClient#selectObjects

    -

    Limit object selection to specific map layers. For layers in groups, pass the layer path.

    -
    cadenzaClient.selectObjects('{embeddingTargetId}', {
    layers: [
    [ 'layerGroupName', 'layerName' ], [ 'layerName' ]
    ]
    }); +

    Select objects in a workbook map view. In the example the selection is restricted to specific layers. For layers in groups, pass the layer path.

    +
    cadenzaClient.selectObjects('{embeddingTargetId}', {
    layers: [
    [ '{layerGroupPrintName}', '{layerPrintName}' ],
    [ '{layerPrintName}' ]
    ]
    });

    cadenzaClient.on('selectObjects:ok', (event) => {
    console.log('Object selection was completed', event.detail.selection);
    });

    Highlight an Item in the Navigator

    API: CadenzaClient#show

    Show an embedding target in an iframe and highlight an item in the navigator. Additionally, expand the navigator tree.

    @@ -205,4 +202,4 @@ -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/CadenzaEvent.html b/interfaces/CadenzaEvent.html index c469ecf7..d3d105be 100644 --- a/interfaces/CadenzaEvent.html +++ b/interfaces/CadenzaEvent.html @@ -1,6 +1,6 @@ CadenzaEvent | Cadenza JS

    Interface CadenzaEvent<TYPE, DETAIL>

    A Cadenza postMessage() event

    -
    interface CadenzaEvent<TYPE, DETAIL> {
        detail: DETAIL;
        type: TYPE;
    }

    Type Parameters

    Properties

    interface CadenzaEvent<TYPE, DETAIL> {
        detail: DETAIL;
        type: TYPE;
    }

    Type Parameters

    Properties

    Properties

    detail: DETAIL

    Optional event details (depending on the event type)

    -
    type: TYPE

    The event type

    -

    Generated using TypeDoc

    \ No newline at end of file +
    type: TYPE

    The event type

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/ExternalLinkKey.html b/interfaces/ExternalLinkKey.html index dca85d1b..0fc5d7e9 100644 --- a/interfaces/ExternalLinkKey.html +++ b/interfaces/ExternalLinkKey.html @@ -1,6 +1,6 @@ ExternalLinkKey | Cadenza JS

    Interface ExternalLinkKey

    A tuple qualifying a Cadenza external link

    -
    interface ExternalLinkKey {
        externalLinkId: string;
        repositoryName: string;
    }

    Properties

    interface ExternalLinkKey {
        externalLinkId: string;
        repositoryName: string;
    }

    Properties

    externalLinkId: string

    The ID of the external link

    -
    repositoryName: string

    The name of the link's repository

    -

    Generated using TypeDoc

    \ No newline at end of file +
    repositoryName: string

    The name of the link's repository

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/Geometry.html b/interfaces/Geometry.html index 810a5e8e..a36497a9 100644 --- a/interfaces/Geometry.html +++ b/interfaces/Geometry.html @@ -1,4 +1,4 @@ Geometry | Cadenza JS

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/PageSource.html b/interfaces/PageSource.html index 6184d12a..d1343de5 100644 --- a/interfaces/PageSource.html +++ b/interfaces/PageSource.html @@ -1,4 +1,4 @@ PageSource | Cadenza JS

    Interface PageSource

    A well-known Cadenza page

    -
    interface PageSource {
        page: "welcome";
    }

    Properties

    interface PageSource {
        page: "welcome";
    }

    Properties

    Properties

    page: "welcome"

    The name of the page (Only "welcome" is currently supported.)

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/WorkbookKey.html b/interfaces/WorkbookKey.html index 200a4148..1a373d7c 100644 --- a/interfaces/WorkbookKey.html +++ b/interfaces/WorkbookKey.html @@ -1,6 +1,6 @@ WorkbookKey | Cadenza JS

    Interface WorkbookKey

    A tuple qualifying a workbook

    -
    interface WorkbookKey {
        repositoryName: string;
        workbookId: string;
    }

    Properties

    interface WorkbookKey {
        repositoryName: string;
        workbookId: string;
    }

    Properties

    repositoryName: string

    The name of the workbook's repository

    -
    workbookId: string

    The ID of the workbook

    -

    Generated using TypeDoc

    \ No newline at end of file +
    workbookId: string

    The ID of the workbook

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/WorkbookViewKey.html b/interfaces/WorkbookViewKey.html index 65cb32fb..02df84fa 100644 --- a/interfaces/WorkbookViewKey.html +++ b/interfaces/WorkbookViewKey.html @@ -1,8 +1,8 @@ WorkbookViewKey | Cadenza JS

    Interface WorkbookViewKey

    A tuple qualifying a workbook view

    -
    interface WorkbookViewKey {
        repositoryName: string;
        viewId: string;
        workbookId: string;
    }

    Properties

    interface WorkbookViewKey {
        repositoryName: string;
        viewId: string;
        workbookId: string;
    }

    Properties

    repositoryName: string

    The name of the workbook's repository

    -
    viewId: string

    The ID of the view

    -
    workbookId: string

    The ID of the workbook

    -

    Generated using TypeDoc

    \ No newline at end of file +
    viewId: string

    The ID of the view

    +
    workbookId: string

    The ID of the workbook

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/WorksheetKey.html b/interfaces/WorksheetKey.html index d31cc192..8999f9a6 100644 --- a/interfaces/WorksheetKey.html +++ b/interfaces/WorksheetKey.html @@ -1,8 +1,8 @@ WorksheetKey | Cadenza JS

    Interface WorksheetKey

    A tuple qualifying a worksheet

    -
    interface WorksheetKey {
        repositoryName: string;
        workbookId: string;
        worksheetId: string;
    }

    Properties

    interface WorksheetKey {
        repositoryName: string;
        workbookId: string;
        worksheetId: string;
    }

    Properties

    repositoryName: string

    The name of the workbook's repository

    -
    workbookId: string

    The ID of the workbook

    -
    worksheetId: string

    The ID of the worksheet

    -

    Generated using TypeDoc

    \ No newline at end of file +
    workbookId: string

    The ID of the workbook

    +
    worksheetId: string

    The ID of the worksheet

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/types/CadenzaChangeExtentEvent.html b/types/CadenzaChangeExtentEvent.html index 2d3abbb4..34a463e0 100644 --- a/types/CadenzaChangeExtentEvent.html +++ b/types/CadenzaChangeExtentEvent.html @@ -1,3 +1,3 @@ CadenzaChangeExtentEvent | Cadenza JS

    Type alias CadenzaChangeExtentEvent

    CadenzaChangeExtentEvent: CadenzaEvent<"change:extent", {
        extent: Extent;
    }>

    When the user moved the map. The extent is transformed according to the useMapSrs option.

    -

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file +

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file diff --git a/types/CadenzaDrillThroughEvent.html b/types/CadenzaDrillThroughEvent.html index 8622c018..b0e3155e 100644 --- a/types/CadenzaDrillThroughEvent.html +++ b/types/CadenzaDrillThroughEvent.html @@ -4,4 +4,4 @@ the attributes that were selected for the POST message content. If the drill-through was executed from a map view, each row includes the geometry of the selected object as the last value.

    -See also: JSON Representation of Cadenza Object Data

    Type declaration

    • values: unknown[][]

    Generated using TypeDoc

    \ No newline at end of file +See also: JSON Representation of Cadenza Object Data

    Type declaration

    • values: unknown[][]

    Generated using TypeDoc

    \ No newline at end of file diff --git a/types/CadenzaEditGeometryCancelEvent.html b/types/CadenzaEditGeometryCancelEvent.html index 5e4dc86c..004cf0c2 100644 --- a/types/CadenzaEditGeometryCancelEvent.html +++ b/types/CadenzaEditGeometryCancelEvent.html @@ -1,2 +1,2 @@ CadenzaEditGeometryCancelEvent | Cadenza JS

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/types/CadenzaEditGeometryOkEvent.html b/types/CadenzaEditGeometryOkEvent.html index 87e1b29f..1528dd23 100644 --- a/types/CadenzaEditGeometryOkEvent.html +++ b/types/CadenzaEditGeometryOkEvent.html @@ -1,2 +1,2 @@ CadenzaEditGeometryOkEvent | Cadenza JS

    Generated using TypeDoc

    \ No newline at end of file +

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file diff --git a/types/CadenzaEditGeometryUpdateEvent.html b/types/CadenzaEditGeometryUpdateEvent.html index 90830678..fedd63ca 100644 --- a/types/CadenzaEditGeometryUpdateEvent.html +++ b/types/CadenzaEditGeometryUpdateEvent.html @@ -1,2 +1,2 @@ CadenzaEditGeometryUpdateEvent | Cadenza JS

    Generated using TypeDoc

    \ No newline at end of file +

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file diff --git a/types/CadenzaErrorEvent.html b/types/CadenzaErrorEvent.html index 19788c0f..e9bb4a0a 100644 --- a/types/CadenzaErrorEvent.html +++ b/types/CadenzaErrorEvent.html @@ -1,2 +1,2 @@ CadenzaErrorEvent | Cadenza JS

    Generated using TypeDoc

    \ No newline at end of file +

    Type declaration

    • Optional message?: string
    • type: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/types/CadenzaEventByType.html b/types/CadenzaEventByType.html index d10bfea2..c2b570b5 100644 --- a/types/CadenzaEventByType.html +++ b/types/CadenzaEventByType.html @@ -1 +1 @@ -CadenzaEventByType | Cadenza JS

    Type alias CadenzaEventByType<T>

    CadenzaEventByType<T>: T extends "change:extent"
        ? CadenzaChangeExtentEvent
        : T extends "drillThrough"
            ? CadenzaDrillThroughEvent
            : T extends "editGeometry:update"
                ? CadenzaEditGeometryUpdateEvent
                : T extends "editGeometry:ok"
                    ? CadenzaEditGeometryOkEvent
                    : T extends "editGeometry:cancel"
                        ? CadenzaEditGeometryCancelEvent
                        : T extends "selectObjects:update"
                            ? CadenzaEditGeometryUpdateEvent
                            : T extends "selectObjects:ok"
                                ? CadenzaEditGeometryOkEvent
                                : T extends "selectObjects:cancel"
                                    ? CadenzaEditGeometryCancelEvent
                                    : never

    Type Parameters

    Generated using TypeDoc

    \ No newline at end of file +CadenzaEventByType | Cadenza JS

    Type alias CadenzaEventByType<T>

    CadenzaEventByType<T>: T extends "change:extent"
        ? CadenzaChangeExtentEvent
        : T extends "drillThrough"
            ? CadenzaDrillThroughEvent
            : T extends "editGeometry:update"
                ? CadenzaEditGeometryUpdateEvent
                : T extends "editGeometry:ok"
                    ? CadenzaEditGeometryOkEvent
                    : T extends "editGeometry:cancel"
                        ? CadenzaEditGeometryCancelEvent
                        : T extends "selectObjects:update"
                            ? CadenzaEditGeometryUpdateEvent
                            : T extends "selectObjects:ok"
                                ? CadenzaEditGeometryOkEvent
                                : T extends "selectObjects:cancel"
                                    ? CadenzaEditGeometryCancelEvent
                                    : never

    Type Parameters

    Generated using TypeDoc

    \ No newline at end of file diff --git a/types/CadenzaEventType.html b/types/CadenzaEventType.html index ce724ff5..4273bdc3 100644 --- a/types/CadenzaEventType.html +++ b/types/CadenzaEventType.html @@ -1,2 +1,2 @@ CadenzaEventType | Cadenza JS

    Type alias CadenzaEventType

    CadenzaEventType: "change:extent" | "drillThrough" | "editGeometry:ok" | "editGeometry:update" | "editGeometry:cancel" | "selectObjects:ok" | "selectObjects:update" | "selectObjects:cancel"

    An event type to subscribe to using CadenzaClient#on

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/types/CadenzaSelectObjectsCancelEvent.html b/types/CadenzaSelectObjectsCancelEvent.html index c45bfed4..a2244a61 100644 --- a/types/CadenzaSelectObjectsCancelEvent.html +++ b/types/CadenzaSelectObjectsCancelEvent.html @@ -1,2 +1,2 @@ CadenzaSelectObjectsCancelEvent | Cadenza JS

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/types/CadenzaSelectObjectsOkEvent.html b/types/CadenzaSelectObjectsOkEvent.html index 8aac9f82..c671675a 100644 --- a/types/CadenzaSelectObjectsOkEvent.html +++ b/types/CadenzaSelectObjectsOkEvent.html @@ -1,2 +1,2 @@ CadenzaSelectObjectsOkEvent | Cadenza JS

    Generated using TypeDoc

    \ No newline at end of file +

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file diff --git a/types/CadenzaSelectObjectsUpdateEvent.html b/types/CadenzaSelectObjectsUpdateEvent.html index 28c6fa8d..7b36979b 100644 --- a/types/CadenzaSelectObjectsUpdateEvent.html +++ b/types/CadenzaSelectObjectsUpdateEvent.html @@ -1,2 +1,2 @@ CadenzaSelectObjectsUpdateEvent | Cadenza JS

    Type alias CadenzaSelectObjectsUpdateEvent

    CadenzaSelectObjectsUpdateEvent: CadenzaEvent<"selectObjects:update", {
        layer: WorkbookLayerPath;
        values: unknown[][];
    }>

    When the user changed the selection.

    -

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file +

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file diff --git a/types/DataType.html b/types/DataType.html index 1bf3d8ec..be3c3a9f 100644 --- a/types/DataType.html +++ b/types/DataType.html @@ -1,3 +1,3 @@ DataType | Cadenza JS

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/types/EmbeddingTargetId.html b/types/EmbeddingTargetId.html index b8708122..258b9d25 100644 --- a/types/EmbeddingTargetId.html +++ b/types/EmbeddingTargetId.html @@ -1,2 +1,2 @@ EmbeddingTargetId | Cadenza JS

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/types/Extent.html b/types/Extent.html index 2db0a947..ec3d2a98 100644 --- a/types/Extent.html +++ b/types/Extent.html @@ -1,2 +1,2 @@ Extent | Cadenza JS

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/types/FilterVariables.html b/types/FilterVariables.html index 59e142ce..51b4a6a2 100644 --- a/types/FilterVariables.html +++ b/types/FilterVariables.html @@ -1,2 +1,2 @@ FilterVariables | Cadenza JS

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/types/GeometryType.html b/types/GeometryType.html index f2eaffd4..5d32bfa3 100644 --- a/types/GeometryType.html +++ b/types/GeometryType.html @@ -1,3 +1,3 @@ GeometryType | Cadenza JS

    Type alias GeometryType

    GeometryType: "Point" | "MultiPoint" | "LineString" | "MultiLineString" | "Polygon" | "MultiPolygon"

    A GeoJSON geometry type

    Note: The GeoJSON geometry type "GeometryCollection" is currently not supported.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/types/GlobalId.html b/types/GlobalId.html index 636293fd..be359a12 100644 --- a/types/GlobalId.html +++ b/types/GlobalId.html @@ -1,2 +1,2 @@ GlobalId | Cadenza JS

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/types/OperationMode.html b/types/OperationMode.html index 873dcd56..a3c01b43 100644 --- a/types/OperationMode.html +++ b/types/OperationMode.html @@ -1,2 +1,2 @@ OperationMode | Cadenza JS

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/types/TablePart.html b/types/TablePart.html index 85a94cc7..56dea070 100644 --- a/types/TablePart.html +++ b/types/TablePart.html @@ -1,2 +1,2 @@ TablePart | Cadenza JS

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/types/UiFeature.html b/types/UiFeature.html index b1b7a406..69d1c7d1 100644 --- a/types/UiFeature.html +++ b/types/UiFeature.html @@ -4,4 +4,4 @@
  • 'workbook-design' - The workbook designer
  • 'workbook-view-management' - Add/Edit/Remove workbook views (Is included in 'workbook-design'.)
  • -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/types/WorkbookLayerPath.html b/types/WorkbookLayerPath.html index f5f39de5..ac103967 100644 --- a/types/WorkbookLayerPath.html +++ b/types/WorkbookLayerPath.html @@ -1,3 +1,3 @@ WorkbookLayerPath | Cadenza JS

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/types/WorkbookSource.html b/types/WorkbookSource.html index a66be764..f3925bc8 100644 --- a/types/WorkbookSource.html +++ b/types/WorkbookSource.html @@ -1,2 +1,2 @@ WorkbookSource | Cadenza JS

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/types/WorkbookViewSource.html b/types/WorkbookViewSource.html index 484eecc5..6391a985 100644 --- a/types/WorkbookViewSource.html +++ b/types/WorkbookViewSource.html @@ -1,2 +1,2 @@ WorkbookViewSource | Cadenza JS

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/types/WorksheetSource.html b/types/WorksheetSource.html index 368aa596..b92cc003 100644 --- a/types/WorksheetSource.html +++ b/types/WorksheetSource.html @@ -1,2 +1,2 @@ WorksheetSource | Cadenza JS

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file