File tree Expand file tree Collapse file tree
packages/react-use-intercom Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ Used to retrieve all methods bundled with Intercom. These are based on the offic
140140| trackEvent | (event: string, metaData?: object) => void | submits an ` event ` with optional ` metaData `
141141| showArticle | (articleId: string) => void | opens the Messenger with the specified article by ` articleId `
142142| startSurvey | (surveyId: number) => void | Trigger a survey in the Messenger by ` surveyId `
143- | showSpace | (spaceName: ` 'home' | 'messages' | 'help' | 'news' | 'tasks' ` ) => void | Opens the Messenger with the specified space
143+ | showSpace | (spaceName: IntercomSpace ) => void | Opens the Messenger with the specified space
144144
145145#### Example
146146``` javascript
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ Used to retrieve all methods bundled with Intercom. These are based on the offic
140140| trackEvent | (event: string, metaData?: object) => void | submits an ` event ` with optional ` metaData `
141141| showArticle | (articleId: string) => void | opens the Messenger with the specified article by ` articleId `
142142| startSurvey | (surveyId: number) => void | Trigger a survey in the Messenger by ` surveyId `
143- | showSpace | (spaceName: ` 'home' | 'messages' | 'help' | 'news' | 'tasks' ` ) => void | Opens the Messenger with the specified space
143+ | showSpace | (spaceName: IntercomSpace ) => void | Opens the Messenger with the specified space
144144
145145#### Example
146146``` javascript
You can’t perform that action at this time.
0 commit comments