Black Trigram (흑괘) - API Documentation - v0.2.10
    Preparing search index...

    Interface InteractionEvent

    interface InteractionEvent {
        data?: any;
        target: string;
        timestamp: number;
        type: string;
    }
    Index

    Properties

    data?: any
    target: string
    timestamp: number
    type: string