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

    Interface AttributePart

    interface AttributePart {
        _sanitizer: undefined | ValueSanitizer;
        element: HTMLElement;
        name: string;
        options: undefined | RenderOptions;
        strings?: readonly string[];
        type: 1 | 3 | 4 | 5;
        get _$isConnected(): boolean;
        get tagName(): string;
    }

    Hierarchy (View Summary)

    Implements

    Index

    Properties

    _sanitizer: undefined | ValueSanitizer
    element: HTMLElement
    name: string
    options: undefined | RenderOptions
    strings?: readonly string[]

    If this attribute part represents an interpolation, this contains the static strings of the interpolation. For single-value, complete bindings, this is undefined.

    type: 1 | 3 | 4 | 5

    Accessors

    • get _$isConnected(): boolean

      Returns boolean

    • get tagName(): string

      Returns string