Saxonberg Server API
    Preparing search index...

    Per-call flags shape that selects a tree explicitly. Pulled out of the controller-side model interfaces so pickTree has a stable contract independent of any one verb's option layout.

    interface TreeFlags {
        content?: boolean;
        source?: boolean;
    }
    Index

    Properties

    Properties

    content?: boolean
    source?: boolean