Interface KatanaPerpsPositionEvent

When the positions subscription provides an update

interface KatanaPerpsPositionEvent {
    type: "positions";
    data: KatanaPerpsPositionEventData;
}

Hierarchy (view full)

Properties

Properties

type: "positions"

The type property is used to determine the shape of the data property of the update event.