Skip to content
Open
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
3 changes: 2 additions & 1 deletion src/embed/conversation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ export enum SpotterQueryMode {
* Configuration for the pin/unpin conversation feature in the Spotter sidebar.
* Grouped into one object because pin exposes several related settings
* (enable + label overrides), unlike single-item actions like rename or
* delete.
* delete. okay to leave this config object undefined if the host does not want to enable pin/unpin.
* @group Embed components
* @version SDK: 1.53.0 | ThoughtSpot Cloud: 26.10.0.cl
*/
export interface SpotterChatPinConfig {
Expand Down
Loading