@arcmantle/adapter-element
    Preparing search index...

    Interface ElementPart

    interface ElementPart {
        _$committedValue: undefined;
        element: Element;
        options: undefined | RenderOptions;
        type: 6;
        get _$isConnected(): boolean;
        _$setValue(value: unknown): void;
    }

    Implements

    Index

    Properties

    _$committedValue: undefined
    element: Element
    options: undefined | RenderOptions
    type: 6

    Accessors

    • get _$isConnected(): boolean

      Returns boolean

    Methods

    • Parameters

      • value: unknown

      Returns void