[ADF-3745] Updates for doc review (20-11-2018) (#3992)

This commit is contained in:
Andy Stark
2018-11-21 11:19:56 +00:00
committed by Eugenio Romano
parent 383b74151a
commit 0a394869f5
27 changed files with 119 additions and 88 deletions

View File

@@ -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