docs: migrate guides to TSDoc references (#6100)
This commit is contained in:
-10
@@ -50,8 +50,6 @@ transaction manager is created.
|
||||
|
||||
<ParameterTypes parameters={[{"name":"Promise","type":"Promise<TResult>","optional":false,"defaultValue":"","description":"the result of the transactional work","expandable":false,"children":[]}]} />
|
||||
|
||||
___
|
||||
|
||||
### create
|
||||
|
||||
Creates a custom shipping option
|
||||
@@ -68,8 +66,6 @@ Creates a custom shipping option
|
||||
|
||||
<ParameterTypes parameters={[{"name":"Promise","type":"Promise<TResult>","optional":false,"defaultValue":"","description":"resolves to the creation result","expandable":false,"children":[]}]} />
|
||||
|
||||
___
|
||||
|
||||
### list
|
||||
|
||||
Fetches all custom shipping options based on the given selector
|
||||
@@ -82,8 +78,6 @@ Fetches all custom shipping options based on the given selector
|
||||
|
||||
<ParameterTypes parameters={[{"name":"Promise","type":"Promise<[CustomShippingOption](../../entities/classes/entities.CustomShippingOption.mdx)[]>","optional":false,"defaultValue":"","description":"custom shipping options matching the query","expandable":false,"children":[]}]} />
|
||||
|
||||
___
|
||||
|
||||
### retrieve
|
||||
|
||||
Retrieves a specific shipping option.
|
||||
@@ -96,8 +90,6 @@ Retrieves a specific shipping option.
|
||||
|
||||
<ParameterTypes parameters={[{"name":"Promise","type":"Promise<[CustomShippingOption](../../entities/classes/entities.CustomShippingOption.mdx)>","optional":false,"defaultValue":"","description":"the requested custom shipping option.","expandable":false,"children":[]}]} />
|
||||
|
||||
___
|
||||
|
||||
### shouldRetryTransaction\_
|
||||
|
||||
#### Parameters
|
||||
@@ -108,8 +100,6 @@ ___
|
||||
|
||||
<ParameterTypes parameters={[{"name":"boolean","type":"`boolean`","optional":false,"defaultValue":"","description":"","expandable":false,"children":[]}]} />
|
||||
|
||||
___
|
||||
|
||||
### withTransaction
|
||||
|
||||
#### Parameters
|
||||
|
||||
Reference in New Issue
Block a user