@umbraco-cms/backoffice
    Preparing search index...

    Type Alias NodeWithPos

    type NodeWithPos = {
        node: Node$1;
        pos: number;
    }
    Index

    Properties

    Properties

    node: Node$1
    pos: number