Backstage
    Preparing search index...

    Interface NavContentNavItemsWithComponent

    A pre-bound renderer that wraps NavContentNavItems with a component, so that take and rest return rendered elements directly.

    interface NavContentNavItemsWithComponent {
        rest(options?: { sortBy?: "title" }): Element[];
        take(id: string): Element | null;
    }
    Index

    Methods

    Methods