Topic interface
Private
Readonly
Protected
Adds all the listeners the element needs for its interactivity.
Apply a document.querySelector to the element and return the result.
element that match the selector on null if none is found
css selector for the element to be returned
Apply a document.querySelectorAll to the element and return the result.
list of elements that match the selector
css selector for the elements to be returned
Generated using TypeDoc
Topic interface