@internal
(name: string, event: MouseEvent)
| 142 | |
| 143 | /** @internal */ |
| 144 | protected _triggerEvent(name: string, event: MouseEvent): DDResizableHandle { |
| 145 | if (this.option[name]) this.option[name](event); |
| 146 | return this; |
| 147 | } |
| 148 | } |
no outgoing calls
no test coverage detected