@contio/partner-sdk - v1.7.1
Preparing search index...
ConflictInfo
Interface ConflictInfo
Describes a name collision between a manifest entity and an existing entity.
interface
ConflictInfo
{
conflict_type
:
string
;
entity_name
:
string
;
entity_type
:
string
;
existing_entity_id
:
string
;
message
:
string
;
resolution
:
string
;
}
Index
Properties
conflict_
type
entity_
name
entity_
type
existing_
entity_
id
message
resolution
Properties
conflict_
type
conflict_type
:
string
entity_
name
entity_name
:
string
entity_
type
entity_type
:
string
existing_
entity_
id
existing_entity_id
:
string
message
message
:
string
resolution
resolution
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
conflict_
type
entity_
name
entity_
type
existing_
entity_
id
message
resolution
@contio/partner-sdk - v1.7.1
Loading...
Describes a name collision between a manifest entity and an existing entity.