SVG Graph Network API Documentation - v0.2.0
    Preparing search index...

    Type Alias EventType<T>

    EventType: Extract<GraphEvent, { type: T }>

    Extract specific event types

    Type Parameters