diff --git a/classes/AbortError.html b/classes/AbortError.html index 817781ac..32b4c4f5 100644 --- a/classes/AbortError.html +++ b/classes/AbortError.html @@ -1,4 +1,4 @@ -AbortError | Cadenza JS - v10.2.7-dev

Class AbortError

Hierarchy

  • DOMException
    • AbortError

Constructors

constructor +AbortError | Cadenza JS - v10.2.7

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
\ No newline at end of file +
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
\ No newline at end of file diff --git a/classes/CadenzaClient.html b/classes/CadenzaClient.html index ffa58a05..4948f545 100644 --- a/classes/CadenzaClient.html +++ b/classes/CadenzaClient.html @@ -1,4 +1,4 @@ -CadenzaClient | Cadenza JS - v10.2.7-dev

Class CadenzaClient

Notes:

+CadenzaClient | Cadenza JS - v10.2.7

Class CadenzaClient

Notes:

  • Most public methods are tagged with one of these modifiers:
    • Embed: The method embeds Cadenza in the given iframe.
    • @@ -16,7 +16,7 @@
-

Properties

Properties

#baseUrl: undefined | 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(): undefined | string
  • The base URL of the Cadenza server this client is requesting

    -

    Returns undefined | 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: undefined | 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(): undefined | string
  • The base URL of the Cadenza server this client is requesting

    +

    Returns undefined | 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

    • params: URLSearchParams

      Type

      URLSearchParams

    • signal: undefined | AbortSignal

      Type

      AbortSignal | undefined

    • body: undefined | string

      Type

      String | undefined If body is set, the fetch will be a post.

      -

    Returns Promise<Response>

  • Parameters

    • signal: undefined | AbortSignal

    Returns Promise<void>

  • Type Parameters

    • TYPE extends string
    • DETAIL = unknown

    Parameters

    Returns (() => void)

    An unsubscribe function

    -
      • (): void
      • Returns void

  • Parameters

    • event: MessageEvent<CadenzaEvent<never, never>>

      Type

      MessageEvent<CadenzaEvent<never, never>>

      -

    Returns void

  • Parameters

    • type: string
    • Optional detail: unknown
    • Optional transfer: Transferable[]

    Returns void

  • Posts an event to Cadenza and returns a Promise for the response.

    +

Returns Promise<Response>

  • Parameters

    • signal: undefined | AbortSignal

    Returns Promise<void>

  • Type Parameters

    • TYPE extends string
    • DETAIL = unknown

    Parameters

    Returns (() => void)

    An unsubscribe function

    +
      • (): void
      • Returns void

  • Parameters

    • event: MessageEvent<CadenzaEvent<never, never>>

      Type

      MessageEvent<CadenzaEvent<never, never>>

      +

    Returns void

  • Parameters

    • type: string
    • Optional detail: unknown
    • Optional transfer: Transferable[]

    Returns void

  • Posts an event to Cadenza and returns a Promise for the response.

    It is guaranteed that a response refers to a specific request, even if multiple request are executed in parallel.

    -

    Type Parameters

    • T = void

    Parameters

    • type: string
    • Optional detail: unknown

    Returns Promise<T>

  • Parameters

    • path: string
    • params: URLSearchParams
    • Optional signal: AbortSignal

    Returns Promise<void>

  • Post Message Parent

    Sends a message to parent Cadenza window to close the window containing this application

    -

    Returns void

  • Embed

    Create a geometry.

    +

    Type Parameters

    • T = void

    Parameters

    • type: string
    • Optional detail: unknown

    Returns Promise<T>

  • Parameters

    • path: string
    • params: URLSearchParams
    • Optional signal: AbortSignal

    Returns Promise<void>

  • Post Message Parent

    Sends a message to parent Cadenza window to close the window containing this application

    +

    Returns void

  • Server

    Download data from a workbook view.

    +
  • Server

    Download data from a workbook view.

    Note: The file name, if not provided, is generated from the name of the workbook view and the current date.

    Parameters

    • source: EmbeddingTargetId

      The workbook view to fetch data from.

    • dataType: DataType

      The data type you want to get back from the server. @@ -102,7 +102,7 @@

      Fires

    • filter: undefined | FilterVariables

      Filter variables

    • parts: undefined | TablePart[]

      Table parts to export; If not specified, all parts are exported.

  • Rest ...args: any

Returns void

Throws

For invalid arguments

-

Returns void

Returns Promise<FeatureCollection>

A Promise for the fetch response

-

Returns Promise<Response>

A Promise for the fetch response

Throws

For invalid arguments

-

Returns Promise<FeatureCollection>

A Promise for the fetch response

Throws

For invalid arguments

-
  • Rest ...args: any
  • Returns void

    Returns void

    \ No newline at end of file +
    \ No newline at end of file diff --git a/classes/CadenzaError.html b/classes/CadenzaError.html index cc315bf3..7dff9ba3 100644 --- a/classes/CadenzaError.html +++ b/classes/CadenzaError.html @@ -1,6 +1,6 @@ -CadenzaError | Cadenza JS - v10.2.7-dev

    Class CadenzaError

    An Error implementation for errors in the communication with Cadenza.

    +CadenzaError | Cadenza JS - v10.2.7

    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,7 +12,7 @@

    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

      • (err, stackTraces): any
      • Parameters

        • err: Error
        • stackTraces: CallSite[]

        Returns any

    stackTraceLimit: number

    Accessors

    Methods

    • Create .stack property on a target object

      -

      Parameters

      • targetObject: object
      • Optional constructorOpt: Function

      Returns void

    \ No newline at end of file +
    stackTraceLimit: number

    Accessors

    Methods

    • Create .stack property on a target object

      +

      Parameters

      • targetObject: object
      • Optional constructorOpt: Function

      Returns void

    \ No newline at end of file diff --git a/functions/cadenza.html b/functions/cadenza.html index f7ec55de..f7e166af 100644 --- a/functions/cadenza.html +++ b/functions/cadenza.html @@ -1,10 +1,10 @@ -cadenza | Cadenza JS - v10.2.7-dev

    Function cadenza

    \ No newline at end of file diff --git a/index.html b/index.html index df0d39b0..380bf694 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ -Cadenza JS - v10.2.7-dev

    Cadenza JS - v10.2.7-dev

    +Cadenza JS - v10.2.7
    \ No newline at end of file +
    \ No newline at end of file diff --git a/interfaces/CadenzaClientOptions.html b/interfaces/CadenzaClientOptions.html index 99e97694..abaf9b16 100644 --- a/interfaces/CadenzaClientOptions.html +++ b/interfaces/CadenzaClientOptions.html @@ -1,14 +1,14 @@ -CadenzaClientOptions | Cadenza JS - v10.2.7-dev

    Interface CadenzaClientOptions

    interface CadenzaClientOptions {
        baseUrl: undefined | string;
        debug: undefined | boolean;
        iframe: undefined | string | HTMLIFrameElement;
        webApplication: undefined | ExternalLinkKey;
    }

    Properties

    baseUrl +CadenzaClientOptions | Cadenza JS - v10.2.7

    Interface CadenzaClientOptions

    interface CadenzaClientOptions {
        baseUrl: undefined | string;
        debug: undefined | boolean;
        iframe: undefined | string | HTMLIFrameElement;
        webApplication: undefined | ExternalLinkKey;
    }

    Properties

    baseUrl: undefined | string

    The base URL of the Cadenza server

    -
    debug: undefined | boolean

    Whether to enable debug logging

    -
    iframe: undefined | string | HTMLIFrameElement

    An iframe for embedding Cadenza or the iframe's ID. +

    debug: undefined | boolean

    Whether to enable debug logging

    +
    iframe: undefined | string | HTMLIFrameElement

    An iframe for embedding Cadenza or the iframe's ID. The iframe is required only for methods that embed Cadenza in an iframe, so e.g. not for CadenzaClient#fetchData. If you want to embed Cadenza in multiple iframes, you need to create an instance of the CadenzaClient per iframe.

    -
    webApplication: undefined | ExternalLinkKey

    An external link that Cadenza uses to resolve the +

    webApplication: undefined | ExternalLinkKey

    An external link that Cadenza uses to resolve the target origin when posting events. This is required if Cadenza and your application are not running on the same origin. Please ensure that the user has view privilege for that link!

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/interfaces/CadenzaEvent.html b/interfaces/CadenzaEvent.html index 62c00acb..5c5f3913 100644 --- a/interfaces/CadenzaEvent.html +++ b/interfaces/CadenzaEvent.html @@ -1,6 +1,6 @@ -CadenzaEvent | Cadenza JS - v10.2.7-dev

    Interface CadenzaEvent<TYPE, DETAIL>

    A Cadenza postMessage() event

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

    Type Parameters

    Properties

    detail +CadenzaEvent | Cadenza JS - v10.2.7

    Interface CadenzaEvent<TYPE, DETAIL>

    A Cadenza postMessage() event

    +
    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

    -
    \ No newline at end of file +
    type: TYPE

    The event type

    +
    \ No newline at end of file diff --git a/interfaces/Distance.html b/interfaces/Distance.html index df074054..84b745a9 100644 --- a/interfaces/Distance.html +++ b/interfaces/Distance.html @@ -1,3 +1,3 @@ -Distance | Cadenza JS - v10.2.7-dev

    Interface Distance

    interface Distance {
        lengthUnit: LengthUnit;
        value: number;
    }

    Properties

    lengthUnit +Distance | Cadenza JS - v10.2.7

    Interface Distance

    interface Distance {
        lengthUnit: LengthUnit;
        value: number;
    }

    Properties

    Properties

    lengthUnit: LengthUnit
    value: number
    \ No newline at end of file +

    Properties

    lengthUnit: LengthUnit
    value: number
    \ No newline at end of file diff --git a/interfaces/ExternalLinkKey.html b/interfaces/ExternalLinkKey.html index 6cfbad79..fabf6c88 100644 --- a/interfaces/ExternalLinkKey.html +++ b/interfaces/ExternalLinkKey.html @@ -1,9 +1,9 @@ -ExternalLinkKey | Cadenza JS - v10.2.7-dev

    Interface ExternalLinkKey

    A tuple qualifying a Cadenza external link

    +ExternalLinkKey | Cadenza JS - v10.2.7

    Interface ExternalLinkKey

    A tuple qualifying a Cadenza external link

    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

    -
    \ No newline at end of file +
    repositoryName: string

    The name of the link's repository

    +
    \ No newline at end of file diff --git a/interfaces/Feature.html b/interfaces/Feature.html index b15005dd..48361148 100644 --- a/interfaces/Feature.html +++ b/interfaces/Feature.html @@ -1,5 +1,5 @@ -Feature | Cadenza JS - v10.2.7-dev

    Interface Feature

    A adapted GeoJSON feature object.

    -
    interface Feature {
        area: undefined | number;
        circumference: undefined | number;
        geometry: Geometry;
        length: undefined | number;
        objectId: any[];
        properties: Record<string, string>;
        type: "Feature";
    }

    Properties

    area +Feature | Cadenza JS - v10.2.7

    Interface Feature

    A adapted GeoJSON feature object.

    +
    interface Feature {
        area: undefined | number;
        circumference: undefined | number;
        geometry: Geometry;
        length: undefined | number;
        objectId: any[];
        properties: Record<string, string>;
        type: "Feature";
    }

    Properties

    Properties

    area: undefined | number

    The area of a Polygon feature

    -
    circumference: undefined | number

    The circumference of a Polygon feature

    -
    geometry: Geometry

    The geometry

    -
    length: undefined | number

    The length of a LineString feature

    -
    objectId: any[]

    The id of the feature

    -
    properties: Record<string, string>

    The formated properties

    -
    type: "Feature"

    The object's type

    -
    \ No newline at end of file +
    circumference: undefined | number

    The circumference of a Polygon feature

    +
    geometry: Geometry

    The geometry

    +
    length: undefined | number

    The length of a LineString feature

    +
    objectId: any[]

    The id of the feature

    +
    properties: Record<string, string>

    The formated properties

    +
    type: "Feature"

    The object's type

    +
    \ No newline at end of file diff --git a/interfaces/FeatureCollection.html b/interfaces/FeatureCollection.html index b32f2d1b..c8867bef 100644 --- a/interfaces/FeatureCollection.html +++ b/interfaces/FeatureCollection.html @@ -1,6 +1,6 @@ -FeatureCollection | Cadenza JS - v10.2.7-dev

    Interface FeatureCollection

    A adapted GeoJSON feature collection object

    -
    interface FeatureCollection {
        features: Feature[];
        type: "FeatureCollection";
    }

    Properties

    features +FeatureCollection | Cadenza JS - v10.2.7

    Interface FeatureCollection

    A adapted GeoJSON feature collection object

    +
    interface FeatureCollection {
        features: Feature[];
        type: "FeatureCollection";
    }

    Properties

    Properties

    features: Feature[]

    The features within this collection

    -
    type: "FeatureCollection"

    The object's type

    -
    \ No newline at end of file +
    type: "FeatureCollection"

    The object's type

    +
    \ No newline at end of file diff --git a/interfaces/Geometry.html b/interfaces/Geometry.html index 1cef78cf..eaf13cf5 100644 --- a/interfaces/Geometry.html +++ b/interfaces/Geometry.html @@ -1,6 +1,6 @@ -Geometry | Cadenza JS - v10.2.7-dev

    Interface Geometry

    A GeoJSON geometry object

    -
    interface Geometry {
        coordinates: Coordinate | Coordinate[] | Coordinate[][] | Coordinate[][][];
        type: GeometryType;
    }

    Properties

    coordinates +Geometry | Cadenza JS - v10.2.7

    Interface Geometry

    A GeoJSON geometry object

    +
    interface Geometry {
        coordinates: Coordinate | Coordinate[] | Coordinate[][] | Coordinate[][][];
        type: GeometryType;
    }

    Properties

    Properties

    coordinates: Coordinate | Coordinate[] | Coordinate[][] | Coordinate[][][]

    The coordinates of the geometry

    -

    The type of the geometry

    -
    \ No newline at end of file +

    The type of the geometry

    +
    \ No newline at end of file diff --git a/interfaces/GeometryExtentStrategy.html b/interfaces/GeometryExtentStrategy.html index 5286b13f..6c5ce136 100644 --- a/interfaces/GeometryExtentStrategy.html +++ b/interfaces/GeometryExtentStrategy.html @@ -1,6 +1,6 @@ -GeometryExtentStrategy | Cadenza JS - v10.2.7-dev

    Interface GeometryExtentStrategy

    The given Geometry defines the initial map extent.

    -
    interface GeometryExtentStrategy {
        geometry: undefined | Geometry;
        type: "geometry";
    }

    Properties

    geometry +GeometryExtentStrategy | Cadenza JS - v10.2.7

    Interface GeometryExtentStrategy

    The given Geometry defines the initial map extent.

    +
    interface GeometryExtentStrategy {
        geometry: undefined | Geometry;
        type: "geometry";
    }

    Properties

    Properties

    geometry: undefined | Geometry

    This geometry takes precedence over another geometry that might be given in an API call.

    -
    type: "geometry"

    The extent strategy type

    -
    \ No newline at end of file +
    type: "geometry"

    The extent strategy type

    +
    \ No newline at end of file diff --git a/interfaces/LayerDataExtentStrategy.html b/interfaces/LayerDataExtentStrategy.html index 88ba09fb..3574616d 100644 --- a/interfaces/LayerDataExtentStrategy.html +++ b/interfaces/LayerDataExtentStrategy.html @@ -1,7 +1,7 @@ -LayerDataExtentStrategy | Cadenza JS - v10.2.7-dev

    Interface LayerDataExtentStrategy

    The given layers define the initial map extent.

    -
    interface LayerDataExtentStrategy {
        layers: undefined | (string | WorkbookLayerPath)[];
        type: "layerData";
    }

    Properties

    layers +LayerDataExtentStrategy | Cadenza JS - v10.2.7

    Interface LayerDataExtentStrategy

    The given layers define the initial map extent.

    +
    interface LayerDataExtentStrategy {
        layers: undefined | (string | WorkbookLayerPath)[];
        type: "layerData";
    }

    Properties

    Properties

    layers: undefined | (string | WorkbookLayerPath)[]

    A layer is ignored if either the layer or its extent is not known to Cadenza. If no layers are given, all map layers are used.

    -
    type: "layerData"

    The extent strategy type

    -
    \ No newline at end of file +
    type: "layerData"

    The extent strategy type

    +
    \ No newline at end of file diff --git a/interfaces/LayerDefinition.html b/interfaces/LayerDefinition.html index 10389e79..40529147 100644 --- a/interfaces/LayerDefinition.html +++ b/interfaces/LayerDefinition.html @@ -1,7 +1,7 @@ -LayerDefinition | Cadenza JS - v10.2.7-dev

    Interface LayerDefinition

    interface LayerDefinition {
        content: FeatureCollection;
        name: string;
        type: "geojson";
    }

    Properties

    content +LayerDefinition | Cadenza JS - v10.2.7

    Interface LayerDefinition

    interface LayerDefinition {
        content: FeatureCollection;
        name: string;
        type: "geojson";
    }

    Properties

    Properties

    The layer's content in geojson format.

    -
    name: string

    The layer's name.

    -
    type: "geojson"

    The layer's type.

    -
    \ No newline at end of file +
    name: string

    The layer's name.

    +
    type: "geojson"

    The layer's type.

    +
    \ No newline at end of file diff --git a/interfaces/LocationFinderExtentStrategy.html b/interfaces/LocationFinderExtentStrategy.html index 5c0c1978..d775294a 100644 --- a/interfaces/LocationFinderExtentStrategy.html +++ b/interfaces/LocationFinderExtentStrategy.html @@ -1,6 +1,6 @@ -LocationFinderExtentStrategy | Cadenza JS - v10.2.7-dev

    Interface LocationFinderExtentStrategy

    The first result of a location finder query defines the initial map extent.

    -
    interface LocationFinderExtentStrategy {
        query: string;
        type: "locationFinder";
    }

    Properties

    query +LocationFinderExtentStrategy | Cadenza JS - v10.2.7

    Interface LocationFinderExtentStrategy

    The first result of a location finder query defines the initial map extent.

    +
    interface LocationFinderExtentStrategy {
        query: string;
        type: "locationFinder";
    }

    Properties

    Properties

    query: string

    This query takes precedence over another query that might be given in an API call.

    -
    type: "locationFinder"

    The extent strategy type

    -
    \ No newline at end of file +
    type: "locationFinder"

    The extent strategy type

    +
    \ No newline at end of file diff --git a/interfaces/PageSource.html b/interfaces/PageSource.html index 77963251..9dfb69a4 100644 --- a/interfaces/PageSource.html +++ b/interfaces/PageSource.html @@ -1,4 +1,4 @@ -PageSource | Cadenza JS - v10.2.7-dev

    Interface PageSource

    A well-known Cadenza page

    -
    interface PageSource {
        page: "welcome";
    }

    Properties

    page +PageSource | Cadenza JS - v10.2.7

    Interface PageSource

    A well-known Cadenza page

    +
    interface PageSource {
        page: "welcome";
    }

    Properties

    Properties

    page: "welcome"

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

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/interfaces/StaticExtentStrategy.html b/interfaces/StaticExtentStrategy.html index 8578279e..20aaf3e0 100644 --- a/interfaces/StaticExtentStrategy.html +++ b/interfaces/StaticExtentStrategy.html @@ -1,6 +1,6 @@ -StaticExtentStrategy | Cadenza JS - v10.2.7-dev

    Interface StaticExtentStrategy

    The given extent is used as the initial map extent.

    -
    interface StaticExtentStrategy {
        extent: Extent;
        type: "static";
    }

    Properties

    extent +StaticExtentStrategy | Cadenza JS - v10.2.7

    Interface StaticExtentStrategy

    The given extent is used as the initial map extent.

    +
    interface StaticExtentStrategy {
        extent: Extent;
        type: "static";
    }

    Properties

    Properties

    extent: Extent

    This extent takes precedence over another extent that might be given in an API call.

    -
    type: "static"

    The extent strategy type

    -
    \ No newline at end of file +
    type: "static"

    The extent strategy type

    +
    \ No newline at end of file diff --git a/modules.html b/modules.html index 2924fc34..de44fc0f 100644 --- a/modules.html +++ b/modules.html @@ -1,4 +1,4 @@ -Cadenza JS - v10.2.7-dev

    Cadenza JS - v10.2.7-dev

    Index

    Classes

    AbortError +Cadenza JS - v10.2.7

    Cadenza JS - v10.2.7

    Index

    Classes

    Interfaces

    Functions

    \ No newline at end of file +
    \ No newline at end of file diff --git a/types/CadenzaActionEvent.html b/types/CadenzaActionEvent.html index 5f917960..a3808a3a 100644 --- a/types/CadenzaActionEvent.html +++ b/types/CadenzaActionEvent.html @@ -1,2 +1,2 @@ -CadenzaActionEvent | Cadenza JS - v10.2.7-dev

    Type alias CadenzaActionEvent

    CadenzaActionEvent: CadenzaEvent<"action", {
        context: string;
    }>

    When the user executed a POST message action, which is defined on an external link in the Cadenza management center.

    -

    Type declaration

    • context: string
    \ No newline at end of file +CadenzaActionEvent | Cadenza JS - v10.2.7

    Type alias CadenzaActionEvent

    CadenzaActionEvent: CadenzaEvent<"action", {
        context: string;
    }>

    When the user executed a POST message action, which is defined on an external link in the Cadenza management center.

    +

    Type declaration

    • context: string
    \ No newline at end of file diff --git a/types/CadenzaChangeSelectionEvent.html b/types/CadenzaChangeSelectionEvent.html index 72b3086a..6c730bc3 100644 --- a/types/CadenzaChangeSelectionEvent.html +++ b/types/CadenzaChangeSelectionEvent.html @@ -1,3 +1,3 @@ -CadenzaChangeSelectionEvent | Cadenza JS - v10.2.7-dev

    Type alias CadenzaChangeSelectionEvent

    CadenzaChangeSelectionEvent: CadenzaEvent<"change:selection", undefined | {
        layer: WorkbookLayerPath;
        values: unknown[][];
    }>

    When the user changed the selection. undefined if no objects were selected.

    +CadenzaChangeSelectionEvent | Cadenza JS - v10.2.7

    Type alias CadenzaChangeSelectionEvent

    CadenzaChangeSelectionEvent: CadenzaEvent<"change:selection", undefined | {
        layer: WorkbookLayerPath;
        values: unknown[][];
    }>

    When the user changed the selection. undefined if no objects were selected.

    For a selection in a workbook map view with activated feature info, the values also include the simplified geometries of the selected objects.

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/types/CadenzaDrillThroughEvent.html b/types/CadenzaDrillThroughEvent.html index 17c91c99..9543e196 100644 --- a/types/CadenzaDrillThroughEvent.html +++ b/types/CadenzaDrillThroughEvent.html @@ -1,7 +1,7 @@ -CadenzaDrillThroughEvent | Cadenza JS - v10.2.7-dev

    Type alias CadenzaDrillThroughEvent

    CadenzaDrillThroughEvent: CadenzaEvent<"drillThrough", {
        context?: string;
        values: unknown[][];
    }>

    When the user executed a POST message drill-through.

    +CadenzaDrillThroughEvent | Cadenza JS - v10.2.7

    Type alias CadenzaDrillThroughEvent

    CadenzaDrillThroughEvent: CadenzaEvent<"drillThrough", {
        context?: string;
        values: unknown[][];
    }>

    When the user executed a POST message drill-through.

    The event includes a data row for every item in the workbook selection, each row consisting of the values of 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

    • Optional context?: string
    • values: unknown[][]
    \ No newline at end of file +See also: JSON Representation of Cadenza Object Data

    Type declaration

    • Optional context?: string
    • values: unknown[][]
    \ No newline at end of file diff --git a/types/CadenzaEditGeometryCancelEvent.html b/types/CadenzaEditGeometryCancelEvent.html index c1cc5bc4..063691c5 100644 --- a/types/CadenzaEditGeometryCancelEvent.html +++ b/types/CadenzaEditGeometryCancelEvent.html @@ -1,2 +1,2 @@ -CadenzaEditGeometryCancelEvent | Cadenza JS - v10.2.7-dev

    Type alias CadenzaEditGeometryCancelEvent

    CadenzaEditGeometryCancelEvent: CadenzaEvent<"editGeometry:cancel">

    When the user cancelled the geometry editing.

    -
    \ No newline at end of file +CadenzaEditGeometryCancelEvent | Cadenza JS - v10.2.7

    Type alias CadenzaEditGeometryCancelEvent

    CadenzaEditGeometryCancelEvent: CadenzaEvent<"editGeometry:cancel">

    When the user cancelled the geometry editing.

    +
    \ No newline at end of file diff --git a/types/CadenzaEditGeometryOkEvent.html b/types/CadenzaEditGeometryOkEvent.html index da53c151..6df4e761 100644 --- a/types/CadenzaEditGeometryOkEvent.html +++ b/types/CadenzaEditGeometryOkEvent.html @@ -1,2 +1,2 @@ -CadenzaEditGeometryOkEvent | Cadenza JS - v10.2.7-dev

    Type alias CadenzaEditGeometryOkEvent

    CadenzaEditGeometryOkEvent: CadenzaEvent<"editGeometry:ok", Feature>

    When the user submitted the geometry.

    -
    \ No newline at end of file +CadenzaEditGeometryOkEvent | Cadenza JS - v10.2.7

    Type alias CadenzaEditGeometryOkEvent

    CadenzaEditGeometryOkEvent: CadenzaEvent<"editGeometry:ok", Feature>

    When the user submitted the geometry.

    +
    \ No newline at end of file diff --git a/types/CadenzaEditGeometryUpdateEvent.html b/types/CadenzaEditGeometryUpdateEvent.html index feca7138..2f0d9667 100644 --- a/types/CadenzaEditGeometryUpdateEvent.html +++ b/types/CadenzaEditGeometryUpdateEvent.html @@ -1,2 +1,2 @@ -CadenzaEditGeometryUpdateEvent | Cadenza JS - v10.2.7-dev

    Type alias CadenzaEditGeometryUpdateEvent

    CadenzaEditGeometryUpdateEvent: CadenzaEvent<"editGeometry:update", FeatureCollection | Feature | undefined>

    When the user changed the geometry. FeatureCollection if multiple features are present on the edit layer, but the original defined type is not multi-geometry. This is also the case if the dialog was instantiated from a geometry and the original defined type is inherited. undefined if no feature is present on the edit layer.

    -
    \ No newline at end of file +CadenzaEditGeometryUpdateEvent | Cadenza JS - v10.2.7

    Type alias CadenzaEditGeometryUpdateEvent

    CadenzaEditGeometryUpdateEvent: CadenzaEvent<"editGeometry:update", FeatureCollection | Feature | undefined>

    When the user changed the geometry. FeatureCollection if multiple features are present on the edit layer, but the original defined type is not multi-geometry. This is also the case if the dialog was instantiated from a geometry and the original defined type is inherited. undefined if no feature is present on the edit layer.

    +
    \ No newline at end of file diff --git a/types/CadenzaErrorEvent.html b/types/CadenzaErrorEvent.html index 887ef24d..c9613948 100644 --- a/types/CadenzaErrorEvent.html +++ b/types/CadenzaErrorEvent.html @@ -1,2 +1,2 @@ -CadenzaErrorEvent | Cadenza JS - v10.2.7-dev

    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
    \ No newline at end of file +CadenzaErrorEvent | Cadenza JS - v10.2.7

    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
    \ No newline at end of file diff --git a/types/CadenzaEventByType.html b/types/CadenzaEventByType.html index 35644b22..76c3cb78 100644 --- a/types/CadenzaEventByType.html +++ b/types/CadenzaEventByType.html @@ -1 +1 @@ -CadenzaEventByType | Cadenza JS - v10.2.7-dev

    Type alias CadenzaEventByType<T>

    CadenzaEventByType<T>: T extends "action"
        ? CadenzaActionEvent
        : T extends "change:selection"
            ? CadenzaChangeSelectionEvent
            : T extends "drillThrough"
                ? CadenzaDrillThroughEvent
                : T extends "editGeometry:update"
                    ? CadenzaEditGeometryUpdateEvent
                    : T extends "editGeometry:ok"
                        ? CadenzaEditGeometryOkEvent
                        : T extends "editGeometry:cancel"
                            ? CadenzaEditGeometryCancelEvent
                            : T extends "objectInfo"
                                ? CadenzaObjectInfoEvent
                                : T extends "selectObjects:ok"
                                    ? CadenzaSelectObjectsOkEvent
                                    : T extends "selectObjects:cancel"
                                        ? CadenzaSelectObjectsCancelEvent
                                        : T extends "reload"
                                            ? CadenzaReloadEvent
                                            : never

    Type Parameters

    \ No newline at end of file +CadenzaEventByType | Cadenza JS - v10.2.7

    Type alias CadenzaEventByType<T>

    CadenzaEventByType<T>: T extends "action"
        ? CadenzaActionEvent
        : T extends "change:selection"
            ? CadenzaChangeSelectionEvent
            : T extends "drillThrough"
                ? CadenzaDrillThroughEvent
                : T extends "editGeometry:update"
                    ? CadenzaEditGeometryUpdateEvent
                    : T extends "editGeometry:ok"
                        ? CadenzaEditGeometryOkEvent
                        : T extends "editGeometry:cancel"
                            ? CadenzaEditGeometryCancelEvent
                            : T extends "objectInfo"
                                ? CadenzaObjectInfoEvent
                                : T extends "selectObjects:ok"
                                    ? CadenzaSelectObjectsOkEvent
                                    : T extends "selectObjects:cancel"
                                        ? CadenzaSelectObjectsCancelEvent
                                        : T extends "reload"
                                            ? CadenzaReloadEvent
                                            : never

    Type Parameters

    \ No newline at end of file diff --git a/types/CadenzaEventType.html b/types/CadenzaEventType.html index 37f6c49c..dcbe359d 100644 --- a/types/CadenzaEventType.html +++ b/types/CadenzaEventType.html @@ -1,2 +1,2 @@ -CadenzaEventType | Cadenza JS - v10.2.7-dev

    Type alias CadenzaEventType

    CadenzaEventType: "action" | "change:selection" | "drillThrough" | "editGeometry:ok" | "editGeometry:update" | "editGeometry:cancel" | "objectInfo" | "selectObjects:ok" | "selectObjects:cancel" | "reload"

    An event type to subscribe to using CadenzaClient#on

    -
    \ No newline at end of file +CadenzaEventType | Cadenza JS - v10.2.7

    Type alias CadenzaEventType

    CadenzaEventType: "action" | "change:selection" | "drillThrough" | "editGeometry:ok" | "editGeometry:update" | "editGeometry:cancel" | "objectInfo" | "selectObjects:ok" | "selectObjects:cancel" | "reload"

    An event type to subscribe to using CadenzaClient#on

    +
    \ No newline at end of file diff --git a/types/CadenzaObjectInfoEvent.html b/types/CadenzaObjectInfoEvent.html index 68b4d2f2..539e2f1f 100644 --- a/types/CadenzaObjectInfoEvent.html +++ b/types/CadenzaObjectInfoEvent.html @@ -1,2 +1,2 @@ -CadenzaObjectInfoEvent | Cadenza JS - v10.2.7-dev

    Type alias CadenzaObjectInfoEvent

    CadenzaObjectInfoEvent: CadenzaEvent<"objectInfo", {
        layer: WorkbookLayerPath;
        objectInfos: {
            elements: {
                attributePrintName: string;
                formattedValue: string;
            }[];
            selectionIndex: number;
        };
    }>

    When the user opened the object info flyout.

    -

    Type declaration

    • layer: WorkbookLayerPath
    • objectInfos: {
          elements: {
              attributePrintName: string;
              formattedValue: string;
          }[];
          selectionIndex: number;
      }
      • elements: {
            attributePrintName: string;
            formattedValue: string;
        }[]
      • selectionIndex: number
    \ No newline at end of file +CadenzaObjectInfoEvent | Cadenza JS - v10.2.7

    Type alias CadenzaObjectInfoEvent

    CadenzaObjectInfoEvent: CadenzaEvent<"objectInfo", {
        layer: WorkbookLayerPath;
        objectInfos: {
            elements: {
                attributePrintName: string;
                formattedValue: string;
            }[];
            selectionIndex: number;
        };
    }>

    When the user opened the object info flyout.

    +

    Type declaration

    • layer: WorkbookLayerPath
    • objectInfos: {
          elements: {
              attributePrintName: string;
              formattedValue: string;
          }[];
          selectionIndex: number;
      }
      • elements: {
            attributePrintName: string;
            formattedValue: string;
        }[]
      • selectionIndex: number
    \ No newline at end of file diff --git a/types/CadenzaReloadEvent.html b/types/CadenzaReloadEvent.html index 74aed9f9..f0a49233 100644 --- a/types/CadenzaReloadEvent.html +++ b/types/CadenzaReloadEvent.html @@ -1,5 +1,5 @@ -CadenzaReloadEvent | Cadenza JS - v10.2.7-dev

    Type alias CadenzaReloadEvent

    CadenzaReloadEvent: CadenzaEvent<"reload">

    When the user clicked on the 'reload' button in the embedding standby page

    +CadenzaReloadEvent | Cadenza JS - v10.2.7

    Type alias CadenzaReloadEvent

    CadenzaReloadEvent: CadenzaEvent<"reload">

    When the user clicked on the 'reload' button in the embedding standby page

    If a user does not interact with the iframe displaying the Cadenza content for a while, a standby embed page is displayed and the user can click a reload button there. Then the application using Cadenza JS can re-trigger the loading of the iframe with the correct original URL and parameters and do what was originally done when displaying that iframe.

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/types/CadenzaSelectObjectsCancelEvent.html b/types/CadenzaSelectObjectsCancelEvent.html index 2a71b49c..c8566e33 100644 --- a/types/CadenzaSelectObjectsCancelEvent.html +++ b/types/CadenzaSelectObjectsCancelEvent.html @@ -1,2 +1,2 @@ -CadenzaSelectObjectsCancelEvent | Cadenza JS - v10.2.7-dev

    Type alias CadenzaSelectObjectsCancelEvent

    CadenzaSelectObjectsCancelEvent: CadenzaEvent<"selectObjects:cancel">

    When the user cancelled the selection.

    -
    \ No newline at end of file +CadenzaSelectObjectsCancelEvent | Cadenza JS - v10.2.7

    Type alias CadenzaSelectObjectsCancelEvent

    CadenzaSelectObjectsCancelEvent: CadenzaEvent<"selectObjects:cancel">

    When the user cancelled the selection.

    +
    \ No newline at end of file diff --git a/types/CadenzaSelectObjectsOkEvent.html b/types/CadenzaSelectObjectsOkEvent.html index f6bff2f2..4a26a31e 100644 --- a/types/CadenzaSelectObjectsOkEvent.html +++ b/types/CadenzaSelectObjectsOkEvent.html @@ -1,3 +1,3 @@ -CadenzaSelectObjectsOkEvent | Cadenza JS - v10.2.7-dev

    Type alias CadenzaSelectObjectsOkEvent

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

    When the user submitted the selection. undefined if no objects were selected.

    +CadenzaSelectObjectsOkEvent | Cadenza JS - v10.2.7

    Type alias CadenzaSelectObjectsOkEvent

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

    When the user submitted the selection. undefined if no objects were selected.

    For a selection in a workbook map view with activated feature info, the values also include the simplified geometries of the selected objects.

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/types/Coordinate.html b/types/Coordinate.html index da97e97d..b4831adb 100644 --- a/types/Coordinate.html +++ b/types/Coordinate.html @@ -1,2 +1,2 @@ -Coordinate | Cadenza JS - v10.2.7-dev

    Type alias Coordinate

    Coordinate: [number, number]

    A tuple with an x and y value

    -
    \ No newline at end of file +Coordinate | Cadenza JS - v10.2.7

    Type alias Coordinate

    Coordinate: [number, number]

    A tuple with an x and y value

    +
    \ No newline at end of file diff --git a/types/CustomValidityType.html b/types/CustomValidityType.html index 9ba6ec8e..52766db3 100644 --- a/types/CustomValidityType.html +++ b/types/CustomValidityType.html @@ -1,2 +1,2 @@ -CustomValidityType | Cadenza JS - v10.2.7-dev

    Type alias CustomValidityType

    CustomValidityType: "error" | "warning" | "info" | "success"

    The type of custom validity used for disclose on visual presentation and form submission behavior

    -
    \ No newline at end of file +CustomValidityType | Cadenza JS - v10.2.7

    Type alias CustomValidityType

    CustomValidityType: "error" | "warning" | "info" | "success"

    The type of custom validity used for disclose on visual presentation and form submission behavior

    +
    \ No newline at end of file diff --git a/types/DataType.html b/types/DataType.html index 97b45a0a..0e1ee693 100644 --- a/types/DataType.html +++ b/types/DataType.html @@ -1,3 +1,3 @@ -DataType | Cadenza JS - v10.2.7-dev

    Type alias DataType

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

    A data type

    +DataType | Cadenza JS - v10.2.7

    Type alias DataType

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

    A data type

    See JSON Representation of Cadenza Object Data for JSON data.

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/types/EmbeddingTargetId.html b/types/EmbeddingTargetId.html index 0e6758b1..4a5fcf88 100644 --- a/types/EmbeddingTargetId.html +++ b/types/EmbeddingTargetId.html @@ -1,4 +1,4 @@ -EmbeddingTargetId | Cadenza JS - v10.2.7-dev

    Type alias EmbeddingTargetId

    EmbeddingTargetId: OpaqueString<"EmbeddingTargetId">

    The ID of a Cadenza embedding target

    +EmbeddingTargetId | Cadenza JS - v10.2.7

    Type alias EmbeddingTargetId

    EmbeddingTargetId: OpaqueString<"EmbeddingTargetId">

    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:

      @@ -6,4 +6,4 @@
    • 🇺🇸 "More" > "Manage workbook" > "Embedding"

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

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/types/Extent.html b/types/Extent.html index dfa47851..2cebabb1 100644 --- a/types/Extent.html +++ b/types/Extent.html @@ -1,2 +1,2 @@ -Extent | Cadenza JS - v10.2.7-dev

    Type alias Extent

    Extent: [number, number, number, number]

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

    -
    \ No newline at end of file +Extent | Cadenza JS - v10.2.7

    Type alias Extent

    Extent: [number, number, number, number]

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

    +
    \ No newline at end of file diff --git a/types/ExtentStrategy.html b/types/ExtentStrategy.html index d376a173..ae178e0a 100644 --- a/types/ExtentStrategy.html +++ b/types/ExtentStrategy.html @@ -1,5 +1,5 @@ -ExtentStrategy | Cadenza JS - v10.2.7-dev

    Type alias ExtentStrategy

    Options for defining the initial extent of a workbook map view; +ExtentStrategy | Cadenza JS - v10.2.7

    Type alias ExtentStrategy

    Options for defining the initial extent of a workbook map view; If the options do not result in a defined extent, Cadenza's default logic is used: The map will zoom in the way the underlying workbook map view was configured to initially zoom including all auto zooming configurations.

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/types/FilterVariables.html b/types/FilterVariables.html index 8adba216..77c50c49 100644 --- a/types/FilterVariables.html +++ b/types/FilterVariables.html @@ -1,5 +1,5 @@ -FilterVariables | Cadenza JS - v10.2.7-dev

    Type alias FilterVariables

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

    Filter variable names and values

    +FilterVariables | Cadenza JS - v10.2.7

    Type alias FilterVariables

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

    Filter variable names and values

    Variables of type String, Integer, Long, Double and Date can be set.

    Note: Since numbers in JavaScript are Double values (more info on MDN), for Long variables, the API is currently limited to the Double value range.

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/types/GeometryType.html b/types/GeometryType.html index d8279394..21adc663 100644 --- a/types/GeometryType.html +++ b/types/GeometryType.html @@ -1,3 +1,3 @@ -GeometryType | Cadenza JS - v10.2.7-dev

    Type alias GeometryType

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

    A GeoJSON geometry type

    +GeometryType | Cadenza JS - v10.2.7

    Type alias GeometryType

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

    A GeoJSON geometry type

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

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/types/GlobalId.html b/types/GlobalId.html index b6cfca63..1fd1d99e 100644 --- a/types/GlobalId.html +++ b/types/GlobalId.html @@ -1,2 +1,2 @@ -GlobalId | Cadenza JS - v10.2.7-dev

    Type alias GlobalId

    GlobalId: OpaqueString<"GlobalId">

    The ID of a navigator item

    -
    \ No newline at end of file +GlobalId | Cadenza JS - v10.2.7

    Type alias GlobalId

    GlobalId: OpaqueString<"GlobalId">

    The ID of a navigator item

    +
    \ No newline at end of file diff --git a/types/LengthUnit.html b/types/LengthUnit.html index 4842caa9..74071aa0 100644 --- a/types/LengthUnit.html +++ b/types/LengthUnit.html @@ -1 +1 @@ -LengthUnit | Cadenza JS - v10.2.7-dev

    Type alias LengthUnit

    LengthUnit: "m" | "km"
    \ No newline at end of file +LengthUnit | Cadenza JS - v10.2.7

    Type alias LengthUnit

    LengthUnit: "m" | "km"
    \ No newline at end of file diff --git a/types/OpaqueString.html b/types/OpaqueString.html index d7697331..d6d3c015 100644 --- a/types/OpaqueString.html +++ b/types/OpaqueString.html @@ -1,6 +1,6 @@ -OpaqueString | Cadenza JS - v10.2.7-dev

    Type alias OpaqueString<T>

    OpaqueString<T>: string & {
        __type: T;
    }

    A specific string type that is not assignable from another string

    +OpaqueString | Cadenza JS - v10.2.7

    Type alias OpaqueString<T>

    OpaqueString<T>: string & {
        __type: T;
    }

    A specific string type that is not assignable from another string

    The idea is to have a specific type e.g. for the EmbeddingTargetId instead of a plain string. You don't need to actually add that __type property. In TS code, just use a type assertion (e.g. cadenzaClient.show('<embeddingTargetId>' as EmbeddingTargetId)).

    -

    Type Parameters

    • T extends string

    Type declaration

    • __type: T
    \ No newline at end of file +

    Type Parameters

    • T extends string

    Type declaration

    • __type: T
    \ No newline at end of file diff --git a/types/OperationMode.html b/types/OperationMode.html index 5b863247..4d95898c 100644 --- a/types/OperationMode.html +++ b/types/OperationMode.html @@ -1,2 +1,2 @@ -OperationMode | Cadenza JS - v10.2.7-dev

    Type alias OperationMode

    OperationMode: "normal" | "simplified"

    The mode in which a workbook should be operated

    -
    \ No newline at end of file +OperationMode | Cadenza JS - v10.2.7

    Type alias OperationMode

    OperationMode: "normal" | "simplified"

    The mode in which a workbook should be operated

    +
    \ No newline at end of file diff --git a/types/TablePart.html b/types/TablePart.html index b4a7b6c3..cda6c253 100644 --- a/types/TablePart.html +++ b/types/TablePart.html @@ -1,2 +1,2 @@ -TablePart | Cadenza JS - v10.2.7-dev

    Type alias TablePart

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

    A part of a table to export

    -
    \ No newline at end of file +TablePart | Cadenza JS - v10.2.7

    Type alias TablePart

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

    A part of a table to export

    +
    \ No newline at end of file diff --git a/types/UiFeature.html b/types/UiFeature.html index 00dab8ab..d621bb1c 100644 --- a/types/UiFeature.html +++ b/types/UiFeature.html @@ -1,8 +1,8 @@ -UiFeature | Cadenza JS - v10.2.7-dev

    Type alias UiFeature

    UiFeature: "workbook-design" | "workbook-map-add-layer" | "workbook-view-management"

    The name of a Cadenza UI feature

    +UiFeature | Cadenza JS - v10.2.7

    Type alias UiFeature

    UiFeature: "workbook-design" | "workbook-map-add-layer" | "workbook-view-management"

    The name of a Cadenza UI feature

    Note: Supported features are:

    • "workbook-design" - The workbook designer
    • "workbook-map-add-layer"- Add layers to the map
    • "workbook-view-management" - Add/Edit/Remove workbook views (Is included in 'workbook-design'.)
    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/types/WorkbookLayerPath.html b/types/WorkbookLayerPath.html index 22dd6973..d61e3a81 100644 --- a/types/WorkbookLayerPath.html +++ b/types/WorkbookLayerPath.html @@ -1,3 +1,3 @@ -WorkbookLayerPath | Cadenza JS - v10.2.7-dev

    Type alias WorkbookLayerPath

    WorkbookLayerPath: string[]

    Identifies a layer within a workbook map view +WorkbookLayerPath | Cadenza JS - v10.2.7

    Type alias WorkbookLayerPath

    WorkbookLayerPath: string[]

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

    -
    \ No newline at end of file +
    \ No newline at end of file