@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    A single continuous stroke (pen-down → pen-up) containing an ordered sequence of sample points.

    interface StrokeGroup {
        points: StrokePoint[];
    }
    Index

    Properties

    Properties

    points: StrokePoint[]

    Ordered sample points within this stroke.