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

    Interface BooleanAttributePart

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

    Hierarchy (View Summary)

    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: 4

    Accessors

    • get _$isConnected(): boolean

      Returns boolean

    • get tagName(): string

      Returns string