An interface for a front-end tree route resolver.

interface ITreeResolver {
    paths: Promise<Paths>;
}

Properties

Properties

paths: Promise<Paths>

A promise that resolves to the routed tree paths or null.