interface DrawingDoneCallbackEvent {
    drawingDuration: number;
}

Properties

Properties

drawingDuration: number