Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IConflictSettings

A composite conflict settings and it's scope. This is the result type for the conflict callback.

export
interface

IConflictSettings

Hierarchy

  • IConflictSettings

Index

Properties

Properties

Optional error

error: string

Track the origin error type for this settings.

type

{string}

memberof

IConflictSettings

mode

mode: EResolve

The scope of this conflict resolver: always or this.

type

{EResolve}

memberof

IConflictSettings

overwrite

overwrite: EResolveMode

How to resolve this conflict/error.

type

{EResolveMode}

memberof

IConflictSettings

Generated using TypeDoc