KC's Workspace
    Preparing search index...
    interface Config {
        callToJSON: boolean;
        colors: Colors;
        compareKeys: CompareKeys;
        escapeRegex: boolean;
        escapeString: boolean;
        indent: string;
        maxDepth: number;
        maxWidth: number;
        min: boolean;
        plugins: Plugins;
        printBasicPrototype: boolean;
        printFunctionName: boolean;
        printShadowRoot: boolean;
        spacingInner: string;
        spacingOuter: string;
    }
    Index

    Properties

    callToJSON: boolean
    colors: Colors
    compareKeys: CompareKeys
    escapeRegex: boolean
    escapeString: boolean
    indent: string
    maxDepth: number
    maxWidth: number
    min: boolean
    plugins: Plugins
    printBasicPrototype: boolean
    printFunctionName: boolean
    printShadowRoot: boolean
    spacingInner: string
    spacingOuter: string