Web Components API Reference - v0.2.5
    Preparing search index...

    Class ListenerComponentElement

    The ListenerComponentElement interface provides properties and methods for manipulating <pc-listener> elements. The ListenerComponentElement interface also inherits the properties and methods of the HTMLElement interface.

    Hierarchy (View Summary)

    Index

    Accessors

    Methods

    Accessors

    • get enabled(): boolean

      Gets the enabled state of the component.

      Returns boolean

      The enabled state of the component.

    • set enabled(value: boolean): void

      Sets the enabled state of the component.

      Parameters

      • value: boolean

        The enabled state of the component.

      Returns void

    Methods