Circle V2 API Docs
    Preparing search index...
    interface JsonNodeRenderProps {
        activeMatchId?: string;
        caseSensitive: boolean;
        node: JsonTreeNode;
        nodeState: NodeState;
        query: string;
        searchIn: JsonSearchIn;
        showCopy: boolean;
        size: "sm" | "md";
    }
    Index

    Properties

    activeMatchId?: string
    caseSensitive: boolean
    nodeState: NodeState
    query: string
    searchIn: JsonSearchIn
    showCopy: boolean
    size: "sm" | "md"