Bitbucket Data Center API Client
    Preparing search index...

    Interface CodeSearchHitContextLine

    A single matching line of a code search hit, with surrounding context.

    interface CodeSearchHitContextLine {
        line: number;
        text: string;
    }
    Index

    Properties

    Properties

    line: number

    1-based line number in the file

    text: string

    The line's text, with matches wrapped in <em> tags