Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion _docs/latest/embedding/sdk/api/MetabaseProvider.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</div><div class="tsd-comment tsd-typography"></div></li><li class="tsd-parameter"><h5 id="classname"><code class="tsd-tag">Optional</code><span class="tsd-kind-property">className</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span></h5><div class="tsd-comment tsd-typography"><p>A custom class name to be added to the root element.</p>
</div><div class="tsd-comment tsd-typography"></div></li><li class="tsd-parameter"><h5 id="errorcomponent"><code class="tsd-tag">Optional</code><span class="tsd-kind-property">errorComponent</span><span class="tsd-signature-symbol">?: </span><a href="SdkErrorComponent.html" class="tsd-signature-type tsd-kind-type-alias">SdkErrorComponent</a></h5><div class="tsd-comment tsd-typography"><p>A custom error component to display when the SDK encounters an error.</p>
</div><div class="tsd-comment tsd-typography"></div></li><li class="tsd-parameter"><h5 id="eventhandlers"><code class="tsd-tag">Optional</code><span class="tsd-kind-property">eventHandlers</span><span class="tsd-signature-symbol">?: </span><a href="SdkEventHandlersConfig.html" class="tsd-signature-type tsd-kind-type-alias">SdkEventHandlersConfig</a></h5><div class="tsd-comment tsd-typography"><p>See <a href="https://www.metabase.com/docs/latest/embedding/sdk/config#global-event-handlers">Global event handlers</a>.</p>
</div><div class="tsd-comment tsd-typography"></div></li><li class="tsd-parameter"><h5 id="loadercomponent"><code class="tsd-tag">Optional</code><span class="tsd-kind-property">loaderComponent</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">()</span> <span class="tsd-signature-symbol">=&gt;</span> <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/blob/0b728411cd1dfb4bd26992bb35a73cf8edaa22e7/types/react/index.d.ts#L4240" class="tsd-signature-type external" target="_blank">Element</a></h5><div class="tsd-comment tsd-typography"><p>A custom loader component to display while the SDK is loading.</p>
</div><div class="tsd-comment tsd-typography"></div></li><li class="tsd-parameter"><h5 id="islocalhost"><code class="tsd-tag">Optional</code><span class="tsd-kind-property">isLocalHost</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span></h5></li><li class="tsd-parameter"><h5 id="loadercomponent"><code class="tsd-tag">Optional</code><span class="tsd-kind-property">loaderComponent</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">()</span> <span class="tsd-signature-symbol">=&gt;</span> <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/blob/0b728411cd1dfb4bd26992bb35a73cf8edaa22e7/types/react/index.d.ts#L4240" class="tsd-signature-type external" target="_blank">Element</a></h5><div class="tsd-comment tsd-typography"><p>A custom loader component to display while the SDK is loading.</p>
</div><div class="tsd-comment tsd-typography"></div></li><li class="tsd-parameter"><h5 id="locale"><code class="tsd-tag">Optional</code><span class="tsd-kind-property">locale</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span></h5><div class="tsd-comment tsd-typography"><p>Defines the display language. Accepts an ISO language code such as <code>en</code> or <code>de</code>.
Defaults to the instance locale.</p>
</div><div class="tsd-comment tsd-typography"></div></li><li class="tsd-parameter"><h5 id="pluginsconfig"><code class="tsd-tag">Optional</code><span class="tsd-kind-property">pluginsConfig</span><span class="tsd-signature-symbol">?: </span><a href="MetabasePluginsConfig.html" class="tsd-signature-type tsd-kind-type-alias">MetabasePluginsConfig</a></h5><div class="tsd-comment tsd-typography"><p>See <a href="https://www.metabase.com/docs/latest/embedding/sdk/plugins">Plugins</a>.</p>
Expand Down
7 changes: 4 additions & 3 deletions _docs/latest/embedding/sdk/api/MetabaseProviderProps.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _docs/latest/embedding/sdk/api/assets/search.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ latest: true
| <a id="classname"></a> `className?` | `string` | A custom class name to be added to the root element. |
| <a id="errorcomponent"></a> `errorComponent?` | [`SdkErrorComponent`](./api/SdkErrorComponent) | A custom error component to display when the SDK encounters an error. |
| <a id="eventhandlers"></a> `eventHandlers?` | [`SdkEventHandlersConfig`](./api/SdkEventHandlersConfig) | See [Global event handlers](/docs/latest/embedding/sdk/config#global-event-handlers). |
| <a id="islocalhost"></a> `isLocalHost?` | `boolean` | - |
| <a id="loadercomponent"></a> `loaderComponent?` | () => [`Element`](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/0b728411cd1dfb4bd26992bb35a73cf8edaa22e7/types/react/index.d.ts#L4240) | A custom loader component to display while the SDK is loading. |
| <a id="locale"></a> `locale?` | `string` | Defines the display language. Accepts an ISO language code such as `en` or `de`. Defaults to the instance locale. |
| <a id="pluginsconfig"></a> `pluginsConfig?` | [`MetabasePluginsConfig`](./api/MetabasePluginsConfig) | See [Plugins](/docs/latest/embedding/sdk/plugins). |
Expand Down
2 changes: 1 addition & 1 deletion _docs/v0.56/embedding/sdk/api/MetabaseProvider.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</div><div class="tsd-comment tsd-typography"></div></li><li class="tsd-parameter"><h5 id="classname"><code class="tsd-tag">Optional</code><span class="tsd-kind-property">className</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span></h5><div class="tsd-comment tsd-typography"><p>A custom class name to be added to the root element.</p>
</div><div class="tsd-comment tsd-typography"></div></li><li class="tsd-parameter"><h5 id="errorcomponent"><code class="tsd-tag">Optional</code><span class="tsd-kind-property">errorComponent</span><span class="tsd-signature-symbol">?: </span><a href="SdkErrorComponent.html" class="tsd-signature-type tsd-kind-type-alias">SdkErrorComponent</a></h5><div class="tsd-comment tsd-typography"><p>A custom error component to display when the SDK encounters an error.</p>
</div><div class="tsd-comment tsd-typography"></div></li><li class="tsd-parameter"><h5 id="eventhandlers"><code class="tsd-tag">Optional</code><span class="tsd-kind-property">eventHandlers</span><span class="tsd-signature-symbol">?: </span><a href="SdkEventHandlersConfig.html" class="tsd-signature-type tsd-kind-type-alias">SdkEventHandlersConfig</a></h5><div class="tsd-comment tsd-typography"><p>See <a href="https://www.metabase.com/docs/v0.56/embedding/sdk/config#global-event-handlers">Global event handlers</a>.</p>
</div><div class="tsd-comment tsd-typography"></div></li><li class="tsd-parameter"><h5 id="loadercomponent"><code class="tsd-tag">Optional</code><span class="tsd-kind-property">loaderComponent</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">()</span> <span class="tsd-signature-symbol">=&gt;</span> <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/blob/0b728411cd1dfb4bd26992bb35a73cf8edaa22e7/types/react/index.d.ts#L4240" class="tsd-signature-type external" target="_blank">Element</a></h5><div class="tsd-comment tsd-typography"><p>A custom loader component to display while the SDK is loading.</p>
</div><div class="tsd-comment tsd-typography"></div></li><li class="tsd-parameter"><h5 id="islocalhost"><code class="tsd-tag">Optional</code><span class="tsd-kind-property">isLocalHost</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span></h5></li><li class="tsd-parameter"><h5 id="loadercomponent"><code class="tsd-tag">Optional</code><span class="tsd-kind-property">loaderComponent</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">()</span> <span class="tsd-signature-symbol">=&gt;</span> <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/blob/0b728411cd1dfb4bd26992bb35a73cf8edaa22e7/types/react/index.d.ts#L4240" class="tsd-signature-type external" target="_blank">Element</a></h5><div class="tsd-comment tsd-typography"><p>A custom loader component to display while the SDK is loading.</p>
</div><div class="tsd-comment tsd-typography"></div></li><li class="tsd-parameter"><h5 id="locale"><code class="tsd-tag">Optional</code><span class="tsd-kind-property">locale</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span></h5><div class="tsd-comment tsd-typography"><p>Defines the display language. Accepts an ISO language code such as <code>en</code> or <code>de</code>.
Defaults to the instance locale.</p>
</div><div class="tsd-comment tsd-typography"></div></li><li class="tsd-parameter"><h5 id="pluginsconfig"><code class="tsd-tag">Optional</code><span class="tsd-kind-property">pluginsConfig</span><span class="tsd-signature-symbol">?: </span><a href="MetabasePluginsConfig.html" class="tsd-signature-type tsd-kind-type-alias">MetabasePluginsConfig</a></h5><div class="tsd-comment tsd-typography"><p>See <a href="https://www.metabase.com/docs/v0.56/embedding/sdk/plugins">Plugins</a>.</p>
Expand Down
Loading