Spektrum API Reference - v1.2.0
    Preparing search index...
    interface InspectOptions {
        consoleEcho?: boolean;
        features?: InspectFeature[];
        parent?: Element;
        position?: InspectPosition;
    }
    Index

    Properties

    consoleEcho?: boolean

    When true, every mutation also routes through console.groupCollapsed so it survives panel unmount. Default: false.

    features?: InspectFeature[]

    Subset of tabs to render. Defaults to all three.

    parent?: Element

    Container the panel is appended to. Defaults to document.body.

    position?: InspectPosition

    Defaults to the first free corner (avoiding existing devtools / inspect / dock panels). When a dock is mounted, position is ignored — the dock owns layout.