SYMBOL INDEX (50 symbols across 6 files) FILE: dist/clipboard.js function command (line 45) | function command(type) { function createFakeElement (line 74) | function createFakeElement(value) { function _typeof (line 141) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function clipboard_typeof (line 196) | function clipboard_typeof(obj) { "@babel/helpers - typeof"; if (typeof S... function _classCallCheck (line 198) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _defineProperties (line 200) | function _defineProperties(target, props) { for (var i = 0; i < props.le... function _createClass (line 202) | function _createClass(Constructor, protoProps, staticProps) { if (protoP... function _inherits (line 204) | function _inherits(subClass, superClass) { if (typeof superClass !== "fu... function _setPrototypeOf (line 206) | function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf... function _createSuper (line 208) | function _createSuper(Derived) { var hasNativeReflectConstruct = _isNati... function _possibleConstructorReturn (line 210) | function _possibleConstructorReturn(self, call) { if (call && (clipboard... function _assertThisInitialized (line 212) | function _assertThisInitialized(self) { if (self === void 0) { throw new... function _isNativeReflectConstruct (line 214) | function _isNativeReflectConstruct() { if (typeof Reflect === "undefined... function _getPrototypeOf (line 216) | function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? ... function getAttributeValue (line 229) | function getAttributeValue(suffix, element) { function Clipboard (line 253) | function Clipboard(trigger, options) { function closest (line 446) | function closest (element, selector) { function _delegate (line 476) | function _delegate(element, selector, type, callback, useCapture) { function delegate (line 498) | function delegate(elements, selector, type, callback, useCapture) { function listener (line 531) | function listener(element, selector, type, callback) { function listen (line 617) | function listen(target, type, callback) { function listenNode (line 653) | function listenNode(node, type, callback) { function listenNodeList (line 672) | function listenNodeList(nodeList, type, callback) { function listenSelector (line 695) | function listenSelector(selector, type, callback) { function select (line 707) | function select(element) { function E (line 757) | function E () { function listener (line 776) | function listener () { function __webpack_require__ (line 834) | function __webpack_require__(moduleId) { FILE: src/clipboard.d.ts type Action (line 3) | type Action = 'cut' | 'copy'; type Response (line 4) | type Response = 'success' | 'error'; type CopyActionOptions (line 5) | type CopyActionOptions = { class ClipboardJS (line 13) | class ClipboardJS { type Options (line 51) | interface Options { type Event (line 81) | interface Event { FILE: src/clipboard.js function getAttributeValue (line 12) | function getAttributeValue(suffix, element) { class Clipboard (line 26) | class Clipboard extends Emitter { method constructor (line 31) | constructor(trigger, options) { method resolveOptions (line 43) | resolveOptions(options = {}) { method listenClick (line 62) | listenClick(trigger) { method onClick (line 70) | onClick(e) { method defaultAction (line 98) | defaultAction(trigger) { method defaultTarget (line 106) | defaultTarget(trigger) { method copy (line 120) | static copy(target, options = { container: document.body }) { method cut (line 129) | static cut(target) { method isSupported (line 138) | static isSupported(action = ['copy', 'cut']) { method defaultText (line 153) | defaultText(trigger) { method destroy (line 160) | destroy() { FILE: src/common/command.js function command (line 6) | function command(type) { FILE: src/common/create-fake-element.js function createFakeElement (line 6) | function createFakeElement(value) { FILE: test/clipboard.js method target (line 104) | target() {