MetaFor - v0.3.1
    Preparing search index...

    Interface ElementPart

    interface ElementPart {
        type: 6;
        __directive?: Directive;
        _$committedValue: undefined;
        _$parent: Disconnectable;
        _$disconnectableChildren?: Set<Disconnectable>;
        options: undefined | RenderOptions;
        element: Element;
        get _$isConnected(): boolean;
        _$setValue(value: unknown): void;
    }

    Implements

    Index

    Accessors

    • get _$isConnected(): boolean

      Returns boolean

    Methods

    • Parameters

      • value: unknown

      Returns void

    Properties

    type: 6 = ELEMENT_PART
    __directive?: Directive
    _$committedValue: undefined
    _$parent: Disconnectable
    _$disconnectableChildren?: Set<Disconnectable> = undefined
    options: undefined | RenderOptions
    element: Element