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

    Interface DiffViewOptions

    Options accepted by the Blessed diffView adapter.

    interface DiffViewOptions {
        box?: DiffViewBoxOptions;
        data: DiffViewData;
        parent: Node;
    }
    Index

    Properties

    Properties

    Position, dimensions, style, and standard Blessed box settings.

    Lines, rendering, and callback configuration.

    parent: Node

    Blessed screen or node receiving the created box.