@sankhyalabs/sankhyablocks-docs 5.15.0 → 5.16.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.
@@ -276,6 +276,16 @@ Type: `Promise<void>`
|
|
276
276
|
|
277
277
|
|
278
278
|
|
279
|
+
### `initOnboarding(onboardingKey: string) => Promise<void>`
|
280
|
+
|
281
|
+
|
282
|
+
|
283
|
+
#### Returns
|
284
|
+
|
285
|
+
Type: `Promise<void>`
|
286
|
+
|
287
|
+
|
288
|
+
|
279
289
|
### `isDebugMode() => Promise<boolean>`
|
280
290
|
|
281
291
|
Obtém `true` caso a tela esteja em modo de debug.
|