@bigcommerce/checkout-sdk > EmbeddedCheckoutOptions
EmbeddedCheckoutOptions
● containerId: string
● styles: EmbeddedCheckoutStyles
● url: string
▸ onComplete(event: EmbeddedCheckoutCompleteEvent): void
Parameters:
Param | Type |
---|---|
event | EmbeddedCheckoutCompleteEvent |
Returns: void
▸ onError(event: EmbeddedCheckoutErrorEvent): void
Parameters:
Param | Type |
---|---|
event | EmbeddedCheckoutErrorEvent |
Returns: void
▸ onFrameError(event: EmbeddedCheckoutFrameErrorEvent): void
Parameters:
Param | Type |
---|---|
event | EmbeddedCheckoutFrameErrorEvent |
Returns: void
▸ onFrameLoad(event: EmbeddedCheckoutFrameLoadedEvent): void
Parameters:
Param | Type |
---|---|
event | EmbeddedCheckoutFrameLoadedEvent |
Returns: void
▸ onLoad(event: EmbeddedCheckoutLoadedEvent): void
Parameters:
Param | Type |
---|---|
event | EmbeddedCheckoutLoadedEvent |
Returns: void
▸ onSignOut(event: EmbeddedCheckoutSignedOutEvent): void
Parameters:
Param | Type |
---|---|
event | EmbeddedCheckoutSignedOutEvent |
Returns: void