@aptre/flex-layout
    Preparing search index...

    Interface VisitorResult

    interface VisitorResult {
        delete?: boolean;
        skipChildren?: boolean;
    }
    Index

    Properties

    delete?: boolean

    If true, remove the current node from its parent's children array

    skipChildren?: boolean

    If true, do not process any children of the current node