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

    Interface BaseEvent

    Base event interface

    interface BaseEvent {
        type: string;
        timestamp?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    type: string

    Event type identifier

    timestamp?: number

    Event timestamp