* Remove the step, delete the step's element, and destroy the FloatingUI instance for the step. * Triggers `destroy` event
()
| 428 | * Triggers `destroy` event |
| 429 | */ |
| 430 | destroy() { |
| 431 | this._teardownElements(); |
| 432 | this.trigger('destroy'); |
| 433 | } |
| 434 | |
| 435 | /** |
| 436 | * Internal cleanup that tears down the tooltip, component, and DOM element |
no test coverage detected