Constructor
new ve.ce.PasteSourceDetector(name, match, categories)
#
Paste source detector.
Parameters:
| Name | Type | Description |
|---|---|---|
name |
string | Detector name |
match |
function | Test function, called with clipboardData, expected to return a bool |
categories |
Array.<string> | Detector categories |
Paste source detector.