entviz — @entviz/core & @entviz/react API
    Preparing search index...

    Interface TrustAssumption

    interface TrustAssumption {
        autoColor?: boolean;
        icon?: boolean;
        mnemonic?: boolean;
        palette?: readonly string[];
        posture: Posture;
    }
    Index
    autoColor?: boolean

    Opt in to the auto-color background tint (this.i tgowi7go). Corpus posture only.

    icon?: boolean

    Opt in to the value-derived colorbar icon (this.i wn3r6aex). Corpus posture only.

    mnemonic?: boolean

    Opt in to the mnemonic label channel (this.i mmtxrg4w). Corpus posture only.

    palette?: readonly string[]

    Palette for the auto-color tint; consumed by the color channel when enabled.

    posture: Posture

    The trust posture. Only corpus opens the value-derived channels.