Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thoughtspot/visual-embed-sdk",
"version": "1.48.0",
"version": "1.48.1",
"description": "ThoughtSpot Embed SDK",
"module": "lib/src/index.js",
"main": "dist/tsembed.js",
Expand Down
3 changes: 2 additions & 1 deletion src/embed/search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,8 @@ export interface SearchViewConfig
*/
excludeSearchTokenStringFromURL?: boolean;
/**
* The GUID of a saved answer to load initially.
* Specifies the GUID of a saved answer to embed. When provided, the embed loads
* the specified saved answer instead of an empty search page.
*
* Supported embed types: `SearchEmbed`
* @version SDK: 1.1.0 | ThoughtSpot: 8.1.0.sw
Expand Down
26 changes: 13 additions & 13 deletions static/typedoc/typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22062,7 +22062,7 @@
"sources": [
{
"fileName": "embed/search.ts",
"line": 369,
"line": 370,
"character": 4
}
],
Expand Down Expand Up @@ -22300,7 +22300,7 @@
"sources": [
{
"fileName": "embed/search.ts",
"line": 552,
"line": 553,
"character": 11
}
],
Expand Down Expand Up @@ -22954,7 +22954,7 @@
"sources": [
{
"fileName": "embed/search.ts",
"line": 563,
"line": 564,
"character": 17
}
],
Expand Down Expand Up @@ -23459,7 +23459,7 @@
"sources": [
{
"fileName": "embed/search.ts",
"line": 363,
"line": 364,
"character": 13
}
],
Expand Down Expand Up @@ -45820,7 +45820,7 @@
"isOptional": true
},
"comment": {
"shortText": "The GUID of a saved answer to load initially.",
"shortText": "The GUID of a saved answer to embed. When provided, the embed loads\nthe specified saved answer instead of an empty search page.",
"text": "Supported embed types: `SearchEmbed`",
"tags": [
{
Expand All @@ -45836,7 +45836,7 @@
"sources": [
{
"fileName": "embed/search.ts",
"line": 254,
"line": 255,
"character": 4
}
],
Expand Down Expand Up @@ -45983,7 +45983,7 @@
"sources": [
{
"fileName": "embed/search.ts",
"line": 283,
"line": 284,
"character": 4
}
],
Expand Down Expand Up @@ -46147,7 +46147,7 @@
"sources": [
{
"fileName": "embed/search.ts",
"line": 304,
"line": 305,
"character": 4
}
],
Expand Down Expand Up @@ -46755,7 +46755,7 @@
"sources": [
{
"fileName": "embed/search.ts",
"line": 320,
"line": 321,
"character": 4
}
],
Expand Down Expand Up @@ -46976,7 +46976,7 @@
"sources": [
{
"fileName": "embed/search.ts",
"line": 269,
"line": 270,
"character": 4
}
],
Expand Down Expand Up @@ -47277,7 +47277,7 @@
"sources": [
{
"fileName": "embed/search.ts",
"line": 335,
"line": 336,
"character": 4
}
],
Expand Down Expand Up @@ -47686,7 +47686,7 @@
"sources": [
{
"fileName": "embed/search.ts",
"line": 276,
"line": 277,
"character": 4
}
],
Expand Down Expand Up @@ -47761,7 +47761,7 @@
"sources": [
{
"fileName": "embed/search.ts",
"line": 341,
"line": 342,
"character": 4
}
],
Expand Down
Loading