docs: TSDoc + reference of fulfillment service (#5761)

This commit is contained in:
Shahed Nasser
2023-11-29 11:58:08 +00:00
committed by GitHub
parent 8f25ed8a10
commit f802e2460f
1479 changed files with 30259 additions and 16135 deletions

View File

@@ -8,11 +8,11 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
## Methods
#### emit
### emit
`**emit**<TypeParameter T>(eventName, data, options?): Promise&#60;void&#62;`
##### Type Parameters
#### Type Parameters
<ParameterTypes parameters={[
{
@@ -26,7 +26,7 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
}
]} />
##### Parameters
#### Parameters
<ParameterTypes parameters={[
{
@@ -58,7 +58,7 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
}
]} />
##### Returns
#### Returns
Promise&#60;void&#62;
@@ -76,7 +76,7 @@ Promise&#60;void&#62;
`**emit**<TypeParameter T>(data): Promise&#60;void&#62;`
##### Type Parameters
#### Type Parameters
<ParameterTypes parameters={[
{
@@ -90,7 +90,7 @@ Promise&#60;void&#62;
}
]} />
##### Parameters
#### Parameters
<ParameterTypes parameters={[
{
@@ -104,7 +104,7 @@ Promise&#60;void&#62;
}
]} />
##### Returns
#### Returns
Promise&#60;void&#62;
@@ -122,11 +122,11 @@ Promise&#60;void&#62;
___
#### subscribe
### subscribe
`**subscribe**(eventName, subscriber, context?): [IEventBusModuleService](IEventBusModuleService.mdx)`
##### Parameters
#### Parameters
<ParameterTypes parameters={[
{
@@ -158,7 +158,7 @@ ___
}
]} />
##### Returns
#### Returns
[IEventBusModuleService](IEventBusModuleService.mdx)
@@ -176,11 +176,11 @@ ___
___
#### unsubscribe
### unsubscribe
`**unsubscribe**(eventName, subscriber, context?): [IEventBusModuleService](IEventBusModuleService.mdx)`
##### Parameters
#### Parameters
<ParameterTypes parameters={[
{
@@ -212,7 +212,7 @@ ___
}
]} />
##### Returns
#### Returns
[IEventBusModuleService](IEventBusModuleService.mdx)