@openscd/oscd-api
    Preparing search index...

    Type Alias Insert

    Intent to parent.insertBefore(node, reference)

    type Insert = {
        node: Node;
        parent: Node;
        reference: Node | null;
    }
    Index

    Properties

    Properties

    node: Node
    parent: Node
    reference: Node | null