33 lines
710 B
Plaintext
33 lines
710 B
Plaintext
---
|
|
displayed_sidebar: stockLocationReference
|
|
---
|
|
|
|
import ParameterTypes from "@site/src/components/ParameterTypes"
|
|
|
|
# SharedContext
|
|
|
|
A shared context object that is used to share resources between the application and the module.
|
|
|
|
## Properties
|
|
|
|
<ParameterTypes parameters={[
|
|
{
|
|
"name": "manager",
|
|
"type": "EntityManager",
|
|
"description": "An instance of an entity manager.",
|
|
"optional": true,
|
|
"defaultValue": "",
|
|
"expandable": false,
|
|
"children": []
|
|
},
|
|
{
|
|
"name": "transactionManager",
|
|
"type": "EntityManager",
|
|
"description": "An instance of a transaction manager.",
|
|
"optional": true,
|
|
"defaultValue": "",
|
|
"expandable": false,
|
|
"children": []
|
|
}
|
|
]} />
|