@mateothegreat/svelte5-router - 2.15.3
    Preparing search index...

    Class Registry

    Handles the dynamic registration and deregistration of router instances.

    This is a singleton and should not be instantiated directly.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    instances: ReactiveMap<string, RouterInstance> = ...

    Container for router instances.

    Methods

    • Deregister a router instance.

      Parameters

      • id: string

        The id of the instance to deregister.

      • Optionalspan: Span

      Returns void