Response containing an entry or ancestor entry found by entry path.

interface IGetEntryByPathResponse {
    ancestorEntry?: LfRepositoryClientV2.Entry;
    entry?: LfRepositoryClientV2.Entry;
}

Implemented by

Properties

ancestorEntry?: LfRepositoryClientV2.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.