mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3745] Updates for doc review (20-11-2018) (#3992)
This commit is contained in:
committed by
Eugenio Romano
parent
383b74151a
commit
0a394869f5
@@ -32,7 +32,7 @@ export abstract class DynamicComponentMapper {
|
||||
protected types: { [key: string]: DynamicComponentResolveFunction } = {};
|
||||
|
||||
/**
|
||||
* Gets the currently active ComponentTypeResolver function for a field type.
|
||||
* Gets the currently active DynamicComponentResolveFunction for a field type.
|
||||
* @param type The type whose resolver you want
|
||||
* @param defaultValue Default type returned for types that are not yet mapped
|
||||
* @returns Resolver function
|
||||
@@ -45,7 +45,7 @@ export abstract class DynamicComponentMapper {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets or optionally replaces a ComponentTypeResolver function for a field type.
|
||||
* Sets or optionally replaces a DynamicComponentResolveFunction for a field type.
|
||||
* @param type The type whose resolver you want to set
|
||||
* @param resolver The new resolver function
|
||||
* @param override The new resolver will only replace an existing one if this parameter is true
|
||||
|
Reference in New Issue
Block a user