diff --git a/docs/interfaces/datasource.html b/docs/interfaces/datasource.html index 181256cc..db6d38a8 100644 --- a/docs/interfaces/datasource.html +++ b/docs/interfaces/datasource.html @@ -439,4 +439,4 @@

Legend

ga('send', 'pageview'); - + \ No newline at end of file diff --git a/docs/interfaces/datavalue.html b/docs/interfaces/datavalue.html index a4b3a410..bd2ffb35 100644 --- a/docs/interfaces/datavalue.html +++ b/docs/interfaces/datavalue.html @@ -92,7 +92,7 @@

formattedValue

formattedValue: string
@@ -110,14 +110,19 @@

value

value: any
+
since
+

1.2.0 Fixes the type to be the raw native value rather than a string.

+
returns

Contains the raw native value as a JavaScript type, which is - one of String, Number, Boolean, or Date.

+ one of String, Number, Boolean, or Date. Please note that special values, + regardless of type, are always returned as a String surrounded by percent signs, + such as '%null%', or '%no-access%'.

diff --git a/docs/interfaces/getsummarydataoptions.html b/docs/interfaces/getsummarydataoptions.html index b64ea169..2149f614 100644 --- a/docs/interfaces/getsummarydataoptions.html +++ b/docs/interfaces/getsummarydataoptions.html @@ -104,7 +104,7 @@

Optional ignoreAliasesignoreAliases: undefined | true | false

@@ -119,7 +119,7 @@

Optional ignoreSelection<
ignoreSelection: undefined | true | false
diff --git a/docs/interfaces/getunderlyingdataoptions.html b/docs/interfaces/getunderlyingdataoptions.html index 7f46ea07..abb1224d 100644 --- a/docs/interfaces/getunderlyingdataoptions.html +++ b/docs/interfaces/getunderlyingdataoptions.html @@ -107,7 +107,7 @@

Optional ignoreAliases

Inherited from GetSummaryDataOptions.ignoreAliases

    -
  • Defined in DataTableInterfaces.ts:98
  • +
  • Defined in DataTableInterfaces.ts:101
@@ -123,7 +123,7 @@

Optional ignoreSelection<
@@ -138,7 +138,7 @@

Optional includeAllC
includeAllColumns: undefined | true | false
@@ -153,7 +153,7 @@

Optional maxRows

maxRows: undefined | number
diff --git a/docs/interfaces/pageddata.html b/docs/interfaces/pageddata.html index 39402ef9..348a4f07 100644 --- a/docs/interfaces/pageddata.html +++ b/docs/interfaces/pageddata.html @@ -116,7 +116,7 @@

data

data: T
@@ -131,7 +131,7 @@

hasMoreData

hasMoreData: boolean
@@ -146,7 +146,7 @@

page

page: number
@@ -161,7 +161,7 @@

pageSize

pageSize: number
@@ -176,7 +176,7 @@

total

total: number
@@ -198,7 +198,7 @@

getNextPageAsync

  • diff --git a/docs/interfaces/paginationoptions.html b/docs/interfaces/paginationoptions.html index d1923a8b..15748ee8 100644 --- a/docs/interfaces/paginationoptions.html +++ b/docs/interfaces/paginationoptions.html @@ -99,7 +99,7 @@

    pageNumber

    pageNumber: number
    @@ -114,7 +114,7 @@

    pageSize

    pageSize: number
    diff --git a/docs/interfaces/worksheet.html b/docs/interfaces/worksheet.html index 7a58a645..a8d15f17 100644 --- a/docs/interfaces/worksheet.html +++ b/docs/interfaces/worksheet.html @@ -672,7 +672,7 @@

    selectMarksByValueAsync