@toppr-engg/ask-tutor 0.3.1 → 0.3.4-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/lib/ask-tutor.umd.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
@@ -37,6 +37,7 @@ function App() {
|
|
37
37
|
handleGoToHomeClick={handleGoToHomeClick} //optional --> func --> redirect to homepage
|
38
38
|
preventSocketConnections={preventSocketConnections} //optional --> boolean --> to prevent the socket connection. --> by default it is false.
|
39
39
|
isChatOnly={isChatOnly} //optional --> boolean --> by default false --> to enable the chat feature only when isChatOnly is true.
|
40
|
+
doubtSource={doubtSource} //optional --> string --> to check from where the doubt is triggered
|
40
41
|
/>
|
41
42
|
)
|
42
43
|
}
|