actionServiceRegistry
mechanism for getting the ActionService object/class for a given feature and entity
Presentation
function actionServiceRegistry (
feature: string,
entity: string,
): ActionService | null;Returns
Parameters
| Name | Type | Description |
|---|---|---|
| feature | string | the feature |
| entity | string | the entity |