Path
Description
Object that contains a property path.
Methods
_getPath(): T
Path
Description
Constant with the utils for Path
objects.
Methods
createFrom<T extends PathToken, O extends object>( container: Container<T>, object: O ): O & Path<T>
Factory function that allows to crete a Path
from the object provided.
Parameters
Name | Type | Description |
---|---|---|
Container<T> | The related container with the data for the | |
O | The base base from where to create the |
Returns
The Path
statement created from the object provided.