circu.js
    Preparing search index...

    Interface InspectOption

    interface InspectOption {
        colors?: boolean;
        depth?: number;
        showHidden?: boolean;
    }
    Index

    Properties

    colors?: boolean
    depth?: number
    showHidden?: boolean