getServices
| Generic types: | P C |
retrieves child and parent actionServices from the registry
Presentation
function getServices (childDefinition: ChildDefinition <P, C>): {
service: ActionService ;
parentService: ActionService ;
};Returns
{ service: ActionService ; parentService: ActionService ; } -the actionServices for the child and the parent
Parameters
| Name | Type | Description |
|---|---|---|
| childDefinition | | the ChildDefinition to retrieve the services for |