Octra libraries - v2.0.0
    Preparing search index...

    Interface IEvent

    interface IEvent {
        id: number;
        labels: ILabel[];
        samplePoint: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: number
    labels: ILabel[]
    samplePoint: number