Hierarchy

Constructors

Properties

element: HTMLElement
elementOptions: ElementOptions
eventManager: EventManager
isActive: boolean = false
overrideIsActive: boolean = false
topic: string

Accessors

Methods

  • Apply a document.querySelector to the element and return the result.

    Returns

    element that match the selector on null if none is found

    Parameters

    • selector: string

      css selector for the element to be returned

    Returns null | HTMLElement

  • Apply a document.querySelectorAll to the element and return the result.

    Returns

    list of elements that match the selector

    Parameters

    • selector: string

      css selector for the elements to be returned

    Returns HTMLElement[]

Generated using TypeDoc