diff --git a/classes/AbortError.html b/classes/AbortError.html index 9c83ccf2..b737493f 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 aaa970f0..8cd9700c 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 2acbe519..3abc53e6 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 df5d8d77..02a6c196 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/interfaces/CadenzaEvent.html b/interfaces/CadenzaEvent.html index 659fa0e6..c2b7440f 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 3e26979d..ec627a95 100644 --- a/interfaces/ExternalLinkKey.html +++ b/interfaces/ExternalLinkKey.html @@ -2,8 +2,8 @@

    You get the repositoryName and externalLinkId from the URL of the external link's page in the Cadenza management center:

    {baseUrl}/admin/repositories/{repositoryName}/external-links/{externalLinkId}?...
     
    -
    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 67851cfa..54935c42 100644 --- a/interfaces/Geometry.html +++ b/interfaces/Geometry.html @@ -1,4 +1,4 @@ Geometry | Cadenza JS

    Interface Geometry

    A GeoJSON geometry object

    -
    interface Geometry {
        type: GeometryType;
    }

    Properties

    interface Geometry {
        type: GeometryType;
    }

    Properties

    Properties

    The type of the geometry

    -

    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 8590a298..a5124ff1 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/types/CadenzaChangeExtentEvent.html b/types/CadenzaChangeExtentEvent.html index 69bc16ef..8820fb7d 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 d93bcd2b..ec34890f 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

    Generated using TypeDoc

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

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file diff --git a/types/CadenzaEditGeometryCancelEvent.html b/types/CadenzaEditGeometryCancelEvent.html index 76437b22..9a71f9fa 100644 --- a/types/CadenzaEditGeometryCancelEvent.html +++ b/types/CadenzaEditGeometryCancelEvent.html @@ -1,2 +1,2 @@ CadenzaEditGeometryCancelEvent | Cadenza JS

    Type alias CadenzaEditGeometryCancelEvent

    CadenzaEditGeometryCancelEvent: CadenzaEvent<"editGeometry:cancel">

    When the user cancelled the geometry editing.

    -

    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 986ee77e..46362d4d 100644 --- a/types/CadenzaEditGeometryOkEvent.html +++ b/types/CadenzaEditGeometryOkEvent.html @@ -1,2 +1,2 @@ CadenzaEditGeometryOkEvent | Cadenza JS

    Type alias CadenzaEditGeometryOkEvent

    CadenzaEditGeometryOkEvent: CadenzaEvent<"editGeometry:ok", {
        geometry: Geometry;
    }>

    When the user submitted the geometry.

    -

    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/CadenzaEditGeometryUpdateEvent.html b/types/CadenzaEditGeometryUpdateEvent.html index d949cf64..c526d77f 100644 --- a/types/CadenzaEditGeometryUpdateEvent.html +++ b/types/CadenzaEditGeometryUpdateEvent.html @@ -1,2 +1,2 @@ CadenzaEditGeometryUpdateEvent | Cadenza JS

    Type alias CadenzaEditGeometryUpdateEvent

    CadenzaEditGeometryUpdateEvent: CadenzaEvent<"editGeometry:update", {
        geometry: Geometry;
    }>

    When the user changed the geometry.

    -

    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/CadenzaErrorEvent.html b/types/CadenzaErrorEvent.html index 58380672..afb1b1f4 100644 --- a/types/CadenzaErrorEvent.html +++ b/types/CadenzaErrorEvent.html @@ -1,2 +1,2 @@ CadenzaErrorEvent | Cadenza JS

    Type alias CadenzaErrorEvent

    CadenzaErrorEvent: CadenzaEvent<"error", {
        message?: string;
        type: string;
    }>

    An error event that is mapped to a CadenzaError

    -

    Type declaration

    • Optional message?: string
    • type: string

    Generated using TypeDoc

    \ No newline at end of file +

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file diff --git a/types/CadenzaEventByType.html b/types/CadenzaEventByType.html index 283419f2..1298ef67 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 4eb7b060..314674be 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 1bb0f2a4..63ce98d9 100644 --- a/types/CadenzaSelectObjectsCancelEvent.html +++ b/types/CadenzaSelectObjectsCancelEvent.html @@ -1,2 +1,2 @@ CadenzaSelectObjectsCancelEvent | Cadenza JS

    Type alias CadenzaSelectObjectsCancelEvent

    CadenzaSelectObjectsCancelEvent: CadenzaEvent<"selectObjects:cancel">

    When the user cancelled the selection.

    -

    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 6c0a1b13..098bfb5d 100644 --- a/types/CadenzaSelectObjectsOkEvent.html +++ b/types/CadenzaSelectObjectsOkEvent.html @@ -1,2 +1,2 @@ CadenzaSelectObjectsOkEvent | Cadenza JS

    Type alias CadenzaSelectObjectsOkEvent

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

    When the user submitted 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/CadenzaSelectObjectsUpdateEvent.html b/types/CadenzaSelectObjectsUpdateEvent.html index fa64aef1..1b1d4b55 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 70a44392..e5b4fdeb 100644 --- a/types/DataType.html +++ b/types/DataType.html @@ -1,3 +1,3 @@ DataType | Cadenza JS

    Type alias DataType

    DataType: "csv" | "excel" | "json" | "pdf"

    A data type

    See JSON Representation of Cadenza Object Data for JSON data.

    -

    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 b9e9f35d..d2a044f5 100644 --- a/types/EmbeddingTargetId.html +++ b/types/EmbeddingTargetId.html @@ -1,2 +1,9 @@ -EmbeddingTargetId | Cadenza JS

    Type alias EmbeddingTargetId

    EmbeddingTargetId: string

    The ID of an embedding target

    -

    Generated using TypeDoc

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

    Type alias EmbeddingTargetId

    EmbeddingTargetId: string

    The ID of a Cadenza embedding target

    +

    Embedding targets are called 🇩🇪 "Einbettbarer Inhalt" / 🇺🇸 "Embeddable content" throughout the Cadenza UI and help. +They're managed within the respective workbook:

    +
      +
    • 🇩🇪 "Mehr" > "Arbeitsmappe verwalten" > "Einbettung"
    • +
    • 🇺🇸 "More" > "Manage workbook" > "Embedding"
    • +
    +

    The name of an embedding target (as entered in the UI) is its ID.

    +

    Generated using TypeDoc

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

    Type alias Extent

    Extent: [number, number, number, number]

    An array of numbers representing an extent: [minx, miny, maxx, maxy]

    -

    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 429a8688..f431aea0 100644 --- a/types/FilterVariables.html +++ b/types/FilterVariables.html @@ -1,2 +1,2 @@ FilterVariables | Cadenza JS

    Type alias FilterVariables

    FilterVariables: Record<string, string | string[] | number | Date | null>

    Filter variable names and values

    -

    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 4c3dbd01..a05fa577 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 36e34298..876dc127 100644 --- a/types/GlobalId.html +++ b/types/GlobalId.html @@ -1,2 +1,2 @@ GlobalId | Cadenza JS

    Type alias GlobalId

    GlobalId: string

    The ID of a navigator item

    -

    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 2fef460c..6e7e9311 100644 --- a/types/OperationMode.html +++ b/types/OperationMode.html @@ -1,2 +1,2 @@ OperationMode | Cadenza JS

    Type alias OperationMode

    OperationMode: "normal" | "simplified"

    The mode in which a workbook should be operated

    -

    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 5858807f..0a686c7b 100644 --- a/types/TablePart.html +++ b/types/TablePart.html @@ -1,2 +1,2 @@ TablePart | Cadenza JS

    Type alias TablePart

    TablePart: "columns" | "values" | "totals"

    A part of a table to export

    -

    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 829a4d79..4db66da4 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 33973566..58268db5 100644 --- a/types/WorkbookLayerPath.html +++ b/types/WorkbookLayerPath.html @@ -1,3 +1,3 @@ WorkbookLayerPath | Cadenza JS

    Type alias WorkbookLayerPath

    WorkbookLayerPath: string[]

    Identifies a workbook layer within a view using the print names of the layer and - if the layer is grouped - its ancestors

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file