An interface for a front-end tree route resolver.

Hierarchy

  • ITreeResolver

Properties

Properties

paths: Promise<{
    browser: string;
    file: string;
}>

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

Generated using TypeDoc