mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Merge pull request #16593 from mikezilla/update-signature_pad
signature_pad: Add missing off/on functions
This commit is contained in:
Vendored
+8
@@ -103,6 +103,14 @@ declare class SignaturePad {
|
||||
* Returns signature image as data URL
|
||||
*/
|
||||
toDataURL(): string;
|
||||
/**
|
||||
* Unbinds all event handlers
|
||||
*/
|
||||
off(): void;
|
||||
/**
|
||||
* Rebinds all event handlers
|
||||
*/
|
||||
on(): void;
|
||||
|
||||
_strokeBegin(event: Event): void;
|
||||
_strokeUpdate(event: Event): void;
|
||||
|
||||
Reference in New Issue
Block a user