Interface EdgeCountTraitConfig

The base Trait configuration interface.

Hierarchy

Properties

Properties

baseName?: string

Parent source node type (if any).

fields: {
    [key: string]: ConfigField[];
}

Type declaration

  • [key: string]: ConfigField[]
name: string

Source node type.

type: "edge_count"

Trait type ID.

Generated using TypeDoc