Interface DeleteBehaviourTraitConfig

Delete Behaviour Trait configuration.

Hierarchy

Properties

action?: "forbid"

The action to perform if vertex has relationships preventing it's removal.

baseName?: string

Parent source node type (if any).

in_edges?: EdgeLabelCondition[]

Incoming edges matching conditions.

name: string

Source node type.

out_edges?: EdgeLabelCondition[]

Outgoing edges matching conditions.

type: "delete_behaviour"

Trait type ID.

Generated using TypeDoc