blessed-components - v1.20.0
    Preparing search index...

    Interface InspectorRow

    Inspector row containing key, type, and preview value metadata.

    interface InspectorRow {
        depth: number;
        key: string;
        path: string;
        type: string;
        value: string;
    }
    Index

    Properties

    Properties

    depth: number
    key: string
    path: string
    type: string
    value: string