For AI agents: the complete documentation index is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms.txt, the full documentation bundle is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms-full.txt, and this page is available as Markdown at https://scriptedalchemy.github.io/agent-bundle/zh/api/interfaces/routes_public.AppRouteConfig.md.
  • 简体中文
  • Interface: AppRouteConfig

    Properties

    _meta?

    readonly optional _meta?: RouteMeta


    resourceUri

    readonly resourceUri: string


    targets?

    readonly optional targets?: readonly string[]


    template?

    readonly optional template?: string

    Optional HTML shell for the compiled App. The path resolves relative to the route module, the way its imports do ('./dashboard.html'); the older project-root-relative form is still accepted while only one of the two interpretations names an existing file. When both exist and differ, or neither exists, the build fails with AB4827 naming both candidates.