@blockchaincommons/envelope - v1.0.0-beta.4
    Preparing search index...

    Interface TreeFormatOptions

    Options for tree formatting

    interface TreeFormatOptions {
        hideNodes?: boolean;
        highlightingTarget?: Iterable<DigestProvider | Digest, any, any>;
        digestDisplay?: DigestDisplayFormat;
        context?: FormatContextOpt;
    }
    Index
    hideNodes?: boolean

    Omit the NODE lines (the subject and assertions attach to the parent).

    highlightingTarget?: Iterable<DigestProvider | Digest, any, any>

    Elements whose digest is in here are marked with *.

    digestDisplay?: DigestDisplayFormat

    How each element's digest is shown: short (8 hex chars), full (64) or ur.

    Names for tags and known values; the global context by default, "none" for codepoints.