Type Alias TJIIXStrokeItem

TJIIXStrokeItem: {
    F?: number[];
    "full-id"?: string;
    id: string;
    T?: number[];
    timestamp?: string;
    type: "stroke";
    X?: number[];
    Y?: number[];
}

Stroke item