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

    Class ElementComponentElement

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

    Hierarchy (View Summary)

    Index

    Accessors

    • get autoWidth(): boolean

      Gets whether the element component should automatically adjust its width.

      Returns boolean

      Whether to automatically adjust the width.

    • set autoWidth(value: boolean): void

      Sets whether the element component should automatically adjust its width.

      Parameters

      • value: boolean

        Whether to automatically adjust the width.

      Returns void

    • 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