Nutrient Web SDK
    Preparing search index...

    Type Alias DocumentComparisonSlots

    Document comparison slot configuration - controls and diff view.

    • controls - the comparison controls UI (source tabs, diff mode toggles, exit button).
    • view - the comparison diff view showing document differences.
    type DocumentComparisonSlots = {
        controls?: BaseSlot;
        view?: BaseSlot;
    }
    Index

    Properties

    Properties

    controls?: BaseSlot

    Customize or hide the document comparison controls (source tabs, diff mode toggles, exit button).

    view?: BaseSlot

    Customize or hide the document comparison diff view.