@tak-ps/node-tak
    Preparing search index...

    Type Alias WriteOptions

    type WriteOptions = {
        stripFlow?: boolean;
    }
    Index

    Properties

    Properties

    stripFlow?: boolean

    Remove any existing flow tags and replace them with a fresh NodeCoT-* entry before serializing to XML. Useful when re-submitting CoTs back to TAK Server over 8089.

    false