* @static element - Returns this component's element as an Artemis DOM * instance, using the result of the `selector ()` function as the selector * * @returns {DOM} - Artemis DOM instance
()
| 293 | * @returns {DOM} - Artemis DOM instance |
| 294 | */ |
| 295 | element (): ReturnType<typeof $_> { |
| 296 | return $_(this); |
| 297 | } |
| 298 | |
| 299 | /** |
| 300 | * Remove this component from the DOM |
no outgoing calls
no test coverage detected