SVGnet API Documentation - v0.4.1
    Preparing search index...

    Type Alias EventType<T>

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

    Extract specific event types

    Type Parameters