impasto
    Preparing search index...

    Interface CoreTransformOptions

    Configuration options for the core transform.

    interface CoreTransformOptions {
        annotationMode?: AnnotationMode;
        redact?: Record<string, RedactEntry>;
    }
    Index

    Properties

    annotationMode?: AnnotationMode

    How to handle annotations.

    "strip"

    redact?: Record<string, RedactEntry>

    How to redact sensitive information.

    The keys are the types of sensitive information, and the values define how to find and replace that information.