Constructors
Properties
Static
DELIMITER
DELIMITER: string
Methods
Static
buildAttributePath
- buildAttributePath(entity, attribute, field, rootPathParts?): null | any[]
Returns null | any[]
Static
buildAttributePathMap
- buildAttributePathMap(metaRecord, rootPathParts): Record<string, IMetaAbstractAttribute>
Static
buildDisplayNameMap
- buildDisplayNameMap(metaRecord, rootPathParts?, rootDisplayNameParts?): Record<string, string>
Parameters
- metaRecord: IMetaModel
Optional
rootPathParts: string[]Optional
rootDisplayNameParts: string[]
Returns Record<string, string>
Static
buildInnerAttributePath
- buildInnerAttributePath(parent, child): string
Parameters
- parent: string
- child: string
Returns string
Static
findAttributeByPath
Static
findAttributesByPaths
- findAttributesByPaths(entity, paths): (undefined | IMetaAbstractAttribute)[]
Static
getComplexParentPath
- getComplexParentPath(path): string
Returns string
Static
isComplexPath
- isComplexPath(path): boolean
Returns boolean
Public