Documentation - v0.0.0
    Preparing search index...
    interface ApplyRecursiveOptions {
        immediate?: boolean;
        includeSelf?: boolean;
    }
    Index

    Properties

    immediate?: boolean

    Execute callback immediately. Will queue callback for execution during pre-synth if false.

    true
    
    includeSelf?: boolean

    Invoke callback on monorepo as well as all children.

    false