Interface TraitConfigBase<TTraitType>

The base Trait configuration interface.

Type Parameters

  • TTraitType extends string

    The trait type; must be matching trait's _type and traitTypeName return values.

Hierarchy

Properties

Properties

baseName?: string

Parent source node type (if any).

name: string

Source node type.

type: TTraitType

Trait type ID.

Generated using TypeDoc