-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
bc-travis-ci
committed
Jul 16, 2023
1 parent
b43adec
commit 5c5e2e5
Showing
18 changed files
with
251 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
[@bigcommerce/checkout-sdk](../README.md) / ExtensionCommand | ||
|
||
# Enumeration: ExtensionCommand | ||
|
||
## Table of contents | ||
|
||
### Enumeration Members | ||
|
||
- [ReloadCheckout](ExtensionCommand.md#reloadcheckout) | ||
- [SetIframeStyle](ExtensionCommand.md#setiframestyle) | ||
- [ShowLoadingIndicator](ExtensionCommand.md#showloadingindicator) | ||
|
||
## Enumeration Members | ||
|
||
### ReloadCheckout | ||
|
||
• **ReloadCheckout** | ||
|
||
___ | ||
|
||
### SetIframeStyle | ||
|
||
• **SetIframeStyle** | ||
|
||
___ | ||
|
||
### ShowLoadingIndicator | ||
|
||
• **ShowLoadingIndicator** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
[@bigcommerce/checkout-sdk](../README.md) / ReloadCheckoutEvent | ||
|
||
# Interface: ReloadCheckoutEvent | ||
|
||
## Table of contents | ||
|
||
### Properties | ||
|
||
- [payload](ReloadCheckoutEvent.md#payload) | ||
- [type](ReloadCheckoutEvent.md#type) | ||
|
||
## Properties | ||
|
||
### payload | ||
|
||
• **payload**: `Object` | ||
|
||
#### Type declaration | ||
|
||
| Name | Type | | ||
| :------ | :------ | | ||
| `extensionId` | `string` | | ||
|
||
___ | ||
|
||
### type | ||
|
||
• **type**: [`ReloadCheckout`](../enums/ExtensionCommand.md#reloadcheckout) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
[@bigcommerce/checkout-sdk](../README.md) / SetIframeStylePayload | ||
|
||
# Interface: SetIframeStylePayload | ||
|
||
## Table of contents | ||
|
||
### Properties | ||
|
||
- [payload](SetIframeStylePayload.md#payload) | ||
- [type](SetIframeStylePayload.md#type) | ||
|
||
## Properties | ||
|
||
### payload | ||
|
||
• **payload**: `Object` | ||
|
||
#### Type declaration | ||
|
||
| Name | Type | | ||
| :------ | :------ | | ||
| `extensionId` | `string` | | ||
| `style` | `Object` | | ||
|
||
___ | ||
|
||
### type | ||
|
||
• **type**: [`ReloadCheckout`](../enums/ExtensionCommand.md#reloadcheckout) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
[@bigcommerce/checkout-sdk](../README.md) / ShowLoadingIndicatorEvent | ||
|
||
# Interface: ShowLoadingIndicatorEvent | ||
|
||
## Table of contents | ||
|
||
### Properties | ||
|
||
- [payload](ShowLoadingIndicatorEvent.md#payload) | ||
- [type](ShowLoadingIndicatorEvent.md#type) | ||
|
||
## Properties | ||
|
||
### payload | ||
|
||
• **payload**: `Object` | ||
|
||
#### Type declaration | ||
|
||
| Name | Type | | ||
| :------ | :------ | | ||
| `extensionId` | `string` | | ||
| `show` | `boolean` | | ||
|
||
___ | ||
|
||
### type | ||
|
||
• **type**: [`ReloadCheckout`](../enums/ExtensionCommand.md#reloadcheckout) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters