mimiq
    Preparing search index...

    Interface VisualCompareConfig

    interface VisualCompareConfig {
        baselineName: string;
        threshold?: number;
    }
    Index

    Properties

    baselineName: string
    threshold?: number