clik-engine API
    Preparing search index...

    Interface InspectorConfig

    interface InspectorConfig {
        backgroundColor?: string;
        position?: "left" | "right";
        textColor?: string;
        width?: number;
    }
    Index

    Properties

    backgroundColor?: string
    position?: "left" | "right"
    textColor?: string
    width?: number