CmpStr - v3.2.1
    Preparing search index...

    Interface StructuredDataOptions

    StructuredDataOptions configures the lookup behavior.

    interface StructuredDataOptions {
        flags?: string;
        metric?: string;
        objectsOnly?: boolean;
        opt?: MetricOptions;
        output?: "orig" | "prep";
        processors?: CmpStrProcessors;
        removeZero?: boolean;
        safeEmpty?: boolean;
        sort?: boolean | "desc" | "asc";
    }

    Hierarchy

    Index

    Properties

    flags?: string
    metric?: string
    objectsOnly?: boolean
    output?: "orig" | "prep"
    processors?: CmpStrProcessors
    removeZero?: boolean
    safeEmpty?: boolean
    sort?: boolean | "desc" | "asc"