interface IPeak {
    direction: SIGNAL_DIRECTION;
    position: number;
}

Properties

Properties

direction: SIGNAL_DIRECTION
position: number

Generated using TypeDoc