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

NameTypeDescription
Container<T>

The related container with the data for the Path statement.

O

The base base from where to create the Path statement.

Returns

The Path statement created from the object provided.