Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 629 Bytes

IframeEventPostOptions.md

File metadata and controls

29 lines (17 loc) · 629 Bytes

@bigcommerce/checkout-sdk / IframeEventPostOptions

Interface: IframeEventPostOptions<TSuccessEvent, TErrorEvent>

Type parameters

Name Type
TSuccessEvent extends IframeEvent
TErrorEvent extends IframeEvent

Table of contents

Properties

Properties

errorType

Optional errorType: TErrorEvent["type"]


successType

Optional successType: TSuccessEvent["type"]