Interface ActivityTraitConfig

The base Trait configuration interface.

Hierarchy

Properties

activityLabel?: string

The Activity vertex label. Defaults to Activity.

baseName?: string

Parent source node type (if any).

edgeLabel?: string

Name of the edge connecting content to an Activity. Defaults to hasActivity.

The list of events to react on. At least one event is required.

name: string

Source node type.

type: "activity"

Trait type ID.

Generated using TypeDoc