Skip to content
Kyle Amos edited this page Sep 23, 2015 · 1 revision

Table of Contents generated with DocToc

Class: ValidatedPath

ValidatedPath

new ValidatedPath(path, firstPathPart, pathRemainder)

Storage for a validated path

Parameters:
Name Type Description
path String

Full validated path

firstPathPart String | Null

"Converted" first path if necessary (see helpers::convertFirstPathPart)

pathRemainder String | Null

"Converted" remainder of the path if necessary (see helpers::convertFirstPathPart)

Source:

Generated with wicked.