this.gui
    Preparing search index...

    Class Router

    SPA navigation kernel for declarative specs.

    • Runtime is optional (semantic pointers only resolve when runtime.resolve exists).
    • Supports sync/async route factories.
    • Emits onChange notifications to decoupled renderers.
    Index

    Constructors

    • Parameters

      • __namedParameters: {
            basePath?: string;
            notFound?: NotFoundHandler;
            runtime?: RouterRuntime | null;
            useHistory?: boolean;
        } = {}

      Returns Router

    Properties

    basePath: string
    currentPath: string | null = null
    notFound: NotFoundHandler
    runtime: RouterRuntime | null

    Methods