PathsBuilder

Description

Object with the methods to build a property path.

Methods

path<T extends FluentPath<PathToken>>( builderFn: (pathBuilder: PathBuilder) => T ): T

Parameters

NameTypeDescription
(pathBuilder: PathBuilder) => T

PathsBuilder

Description

Constant with the utils for PathsBuilder objects.

Methods

createFrom<O extends object>( container: Container<undefined>, object: O ): O & PathsBuilder

Factory function that allows to crete a PathsBuilder from the object provided.

Parameters

NameTypeDescription
Container<undefined>

The related container with the data for the PathsBuilder statement.

O

The base base from where to create the PathsBuilder statement.

Returns

The PathsBuilder statement created from the object provided.