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

    Type Alias TGestureAnnotation

    TGestureAnnotation:
        | { decoratorKind: DecoratorKind; kind: "decorator" }
        | { kind: "erase" }
        | { factor: number; kind: "thicken" }
        | { kind: "select" }

    Unified representation of a gesture's intent on a set of target strokes. Handlers write annotations; IIGestureAnnotationProcessor executes them.