Documentation Index
Fetch the complete documentation index at: https://developer.suki.ai/llms.txt
Use this file to discover all available pages before exploring further.
Web SDK
v3.X.X+: Pass a SukiAuthManager instance from @suki-sdk/core using the authManager field on initialize or init instead of supplying partner fields only on those calls.Refer to Migrating to Web SDK v3 for more details.Overview
InitOptions type represents the configuration options for initializing the SDK. The code snippet below shows how to use theInitOptions type to create an init options object.
JavaScript
Properties
The following properties are available on theInitOptions type:
Extends: PartnerDetails