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

    Interface DiffViewerLine

    Diff line rendered by renderDiffViewer.

    interface DiffViewerLine {
        kind: DiffViewerLineKind;
        text: string;
    }
    Index

    Properties

    Properties

    Diff line kind.

    text: string

    Text without marker.