Interface EventTraitConfig

Event Trait configuration.

Hierarchy

Properties

baseName?: string

Parent source node type (if any).

name: string

Source node type.

post?: Partial<Record<EventName, string>>

A list of events to emit after the action.

pre?: Partial<Record<EventName, string>>

A list of events to emit before the action.

type: "event"

Trait type ID.

Generated using TypeDoc