Plumile JS API
    Preparing search index...

    Type Alias RouterEventBase

    Base payload shared by router events. Each event extends the base with specific details relevant to the instrumentation.

    type RouterEventBase = {
        location: RouterLocationSnapshot;
        timestamp: number;
    }
    Index

    Properties

    Properties

    timestamp: number