iink-ts - v3.2.1
    Preparing search index...

    Type Alias TJIIXStrokeItem

    Stroke item

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

    Properties

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