Skip to content

Latest commit

 

History

History
144 lines (85 loc) · 2.79 KB

embeddedcheckoutoptions.md

File metadata and controls

144 lines (85 loc) · 2.79 KB

@bigcommerce/checkout-sdk > EmbeddedCheckoutOptions

EmbeddedCheckoutOptions

Hierarchy

EmbeddedCheckoutOptions

Index

Properties

Methods


Properties

containerId

● containerId: string


<Optional> styles

● styles: EmbeddedCheckoutStyles


url

● url: string


Methods

<Optional> onComplete

onComplete(event: EmbeddedCheckoutCompleteEvent): void

Parameters:

Param Type
event EmbeddedCheckoutCompleteEvent

Returns: void


<Optional> onError

onError(event: EmbeddedCheckoutErrorEvent): void

Parameters:

Param Type
event EmbeddedCheckoutErrorEvent

Returns: void


<Optional> onFrameError

onFrameError(event: EmbeddedCheckoutFrameErrorEvent): void

Parameters:

Param Type
event EmbeddedCheckoutFrameErrorEvent

Returns: void


<Optional> onFrameLoad

onFrameLoad(event: EmbeddedCheckoutFrameLoadedEvent): void

Parameters:

Param Type
event EmbeddedCheckoutFrameLoadedEvent

Returns: void


<Optional> onLoad

onLoad(event: EmbeddedCheckoutLoadedEvent): void

Parameters:

Param Type
event EmbeddedCheckoutLoadedEvent

Returns: void


<Optional> onSignOut

onSignOut(event: EmbeddedCheckoutSignedOutEvent): void

Parameters:

Param Type
event EmbeddedCheckoutSignedOutEvent

Returns: void