Circle V2 API Docs
    Preparing search index...
    interface JsonToolbarProps {
        activeMatchOrdinal: number;
        getCopyContent: () => string;
        hasActiveQuery: boolean;
        matchCount: number;
        onCollapseAll: () => void;
        onExpandAll: () => void;
        onNextMatch: () => void;
        onPrevMatch: () => void;
        onQueryChange: (value: string) => void;
        onSearchKeyDown: (event: KeyboardEvent<HTMLInputElement>) => void;
        query: string;
        showCopy: boolean;
    }
    Index

    Properties

    activeMatchOrdinal: number
    getCopyContent: () => string
    hasActiveQuery: boolean
    matchCount: number
    onCollapseAll: () => void
    onExpandAll: () => void
    onNextMatch: () => void
    onPrevMatch: () => void
    onQueryChange: (value: string) => void
    onSearchKeyDown: (event: KeyboardEvent<HTMLInputElement>) => void
    query: string
    showCopy: boolean