Constructors
constructor
- new UPathDataStore(dataRecord?): UPathDataStore
Properties
Readonly
attributesCache
Methods
addToCache
- addToCache(dataPath, attribute): void
Returns void
buildAttributesCache
- buildAttributesCache(): void
Returns void
getAllAttributes
- getAllAttributes(): Map<string, IRecordAttribute>
getAttributeByPath
- getAttributeByPath(path): undefined | IRecordAttribute
getDiffPaths
- getDiffPaths(mapToCheck): Set<string>
Returns Set<string>
removeAttribute
- removeAttribute(path): void
Returns void
setDataRecord
- setDataRecord(dataRecord): void
Returns void
Public