0.4.10 • Published 6 days ago

@crossingminds/spotlight-react v0.4.10

Weekly downloads
-
License
-
Repository
-
Last release
6 days ago

Spotlight React

Spotlight UI widget as a react component.

This library is deployed to NPM.

Spotlight component API

createGlobalInterface (required)

Type: Boolean Creates the spotlight global object with tools to control the widget. Cannot be used with the visible prop.

currentItemId

Type: string | number If the host UI has a selected item (such as a product page) provide that itemId.

databaseId (required)

Type: string Crossing Minds dbId

env

Type: string Determines which Crossing Minds API URL to use.

floatingActionButton

Type: boolean Show FAB overlaying page.

getItemData (required)

Type: (itemId: string | number) => Promise<ItemDataType> Callback to fetch item data to be displayed in item card.

initialAssistantMessage

Type: string Message presented to users when starting a new chat.

initialSessionRecommendations

Type: Array<RecommendationType> Show the user recommendations as soon as Spotlight opens.

onDismiss

Type: () => void Callback triggers when user signals modal should be closed.

onSubmittedMessage

Callback triggers when user sends/submits message to agent. Useful for collecting analytics. TYPE: (({ value }: { value: string }) => void) | undefined

password (required)

Type: string Crossing Minds front-end service account password (which is a public API key).

renderItemCard (required)

Type: (item: ItemDataType) => ReactNode Render item data to a card. Receives the awaited output of getItemData as an argument.

serviceLoginId (required)

Type: string Crossing Minds front-end service account login id/name.

sessionId

Type: string Unique UUID for the session.

suggestedUserMessages

Type: Array<string> Present the user with options for queries to send to the assistant.

userId (required)

Type: string userId in Crossing Mind's user database.

visible (required)

Type: boolean Actively manage modal state. Use with onDismiss to control the modal state. If a boolean is provided, the modal will be opened or closed based on the value. Other control interfaces such as the global interface will be disabled. Leave this property undefined to allow the global interface to control the modal state.

0.4.10

6 days ago

0.4.9

10 days ago

0.4.8

16 days ago

0.4.7

19 days ago

0.4.6

26 days ago

0.4.5

2 months ago

0.4.4

2 months ago

0.4.3

3 months ago

0.4.2

3 months ago

0.4.1

3 months ago

0.4.0

4 months ago

0.3.3

5 months ago

0.3.2

5 months ago

0.3.1

5 months ago

0.3.0

5 months ago

0.2.0

5 months ago

0.1.1

6 months ago

0.1.0

6 months ago