interface IFindEntryResult {
    ancestorEntry?: LfRepositoryClientV1.Entry;
    entry?: LfRepositoryClientV1.Entry;
}

Implemented by

Properties

ancestorEntry?: LfRepositoryClientV1.Entry

The closest entry ancestor. This property is set if entry is not found and fallbackToClosestAncestor is set to true.

The entry found by path. This property is set if entry is found.