@archbee/app-widget 1.1.19 → 1.1.20
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 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -100,7 +100,7 @@ ReactDOM.render(<App />, appElement);
|
|
|
100
100
|
|-------------------|------------------|------------|-----------------|
|
|
101
101
|
| `spaceId` | `string` | `required` | Pass the desired id to load your docs.
|
|
102
102
|
| `docId` | `string` | `optional` | The doc where you want to open the widget docs. If `docId` is passed, `widgetType` is ignored, it will open in docs mode regardless of prop passed.
|
|
103
|
-
| `blockId` | `string` | `optional` | The block where
|
|
103
|
+
| `blockId` | `string` | `optional` | The block where you want to scroll, after a certain document was open.
|
|
104
104
|
| `jwt` | `string` | `optional` | Pass the jwt token in order to see jwt protected docs.
|
|
105
105
|
| `shareableToken` | `string` | `optional` | Pass the shareableToken from your private links to protect your docs.
|
|
106
106
|
| `className` | `string` | `optional` | Pass CSS classes to the `div` wrapper
|