Class: Path

Path(input)

A Path is a Fabric-native link to a Document within the network.

Constructor

new Path(input)

Create a new Path.
Parameters:
Name Type Description
input String | Object Named path.
Source:

Methods

isValid() → {Boolean}

Source:
Returns:
Whether or not the Path is valid.
Type
Boolean