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

    Interface CommitNothingToChildEntry

    interface CommitNothingToChildEntry {
        end: null | ChildNode;
        kind: "commit nothing to child";
        options: undefined | RenderOptions;
        parent: undefined | Disconnectable;
        start: ChildNode;
    }
    Index

    Properties

    end: null | ChildNode
    kind: "commit nothing to child"
    options: undefined | RenderOptions
    parent: undefined | Disconnectable
    start: ChildNode