FreakingGenius - v0.1.0
    Preparing search index...

    Type Alias StrokeCompleteCallback

    StrokeCompleteCallback: (stroke: Stroke) => void

    Callback invoked with each completed stroke.

    Type Declaration

      • (stroke: Stroke): void
      • Parameters

        • stroke: Stroke

          The finished Stroke ready to send over the bridge.

        Returns void