Skip to main content
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.
InitOptions type represents the configuration options for initializing the SDK. The code snippet below shows how to use the InitOptions type to create an init options object.
JavaScript

Properties

The following properties are available on the InitOptions type: Extends: PartnerDetails
Pass encounter on initialize or init for Patient Summary, including practitionerFhirId. The SDK accepts encounter at initialize even if InitOptions does not list it. Generation needs practitionerFhirId at login. Refer to Patient Summary in Web SDK for more information.
Last modified on August 20, 2026