iink-ts - v4.0.0
    Preparing search index...

    Type Alias TStroke

    TStroke: TBaseSymbol & TStrokeMinimal & {
        bounds: TOBB;
        decoratorKind?: DecoratorKind;
        edges: TSegment[];
        isSolverOutput?: boolean;
        jiixBlockId?: string;
        jiixBlockType?: "Text" | "Math" | "Node" | "Edge" | "Decorator";
        length: number;
        snapPoints: TPoint[];
        style: TStyle;
        type: Stroke;
        vertices: TPointer[];
    }