Interface AncestorTraitConfig

The base Trait configuration interface.

Hierarchy

Properties

additional_properties?: Record<string, ScalarTypes>

Additional properties

baseName?: string

Parent source node type (if any).

depth?: number

The ancestors following depth, defaults to MAX_DEPTH.

name: string

Source node type.

parents: ParentItem[]

Parents edges to get ancestors for.

type: "ancestor"

Trait type ID.

Generated using TypeDoc