element-vir - v26.14.0
    Preparing search index...

    Type Alias FullElementPartInfo

    FullElementPartInfo: ElementPartInfo & {
        element: Element;
        options: { host: Element; isConnected: boolean; renderBefore: Element };
    }

    The full type for ElementPartInfo because lit's built-in type leaves out of most of its interface.