Circle V2 API Docs
    Preparing search index...
    interface HighlightedTextProps {
        activeMatchId?: string;
        caseSensitive?: boolean;
        matchIdPrefix?: string;
        query: string;
        text: string;
    }
    Index

    Properties

    activeMatchId?: string
    caseSensitive?: boolean
    matchIdPrefix?: string
    query: string
    text: string