Member Junction
    Preparing search index...

    Implements

    • OnInit
    Index

    Constructors

    Properties

    Comparison: MergeComparisonResult | null = null
    Config: MergeConfig | null = null

    Merge configuration

    ConfirmDialogVisible: boolean = false
    Fields: FieldComparison[] = []

    Field comparisons to display

    FieldSelected: EventEmitter<FieldSelectionEvent> = ...
    IsMerging: boolean = false

    Whether a merge is in progress

    MergeCancelled: EventEmitter<void> = ...
    MergeConfirmed: EventEmitter<MergeConfirmedEvent> = ...
    MergeEnabled: boolean = true

    Whether the merge action is enabled

    ShowAllFields: boolean = true
    ShowConflictsOnly: boolean = false

    Whether to show only conflicting fields initially

    Methods

    • A callback method that is invoked immediately after the default change detector has checked the directive's data-bound properties for the first time, and before any of the view or content children have been checked. It is invoked only once when the directive is instantiated.

      Returns void