interface BrowsePathOptions {
    relativePath?: RelativePathOptions;
    startingNode?: null | NodeIdLike;
}

Properties

relativePath?: RelativePathOptions
startingNode?: null | NodeIdLike