Interface ComputedTraitConfig

The base Trait configuration interface.

Hierarchy

Properties

baseName?: string

Parent source node type (if any).

excludeFields?: string[]

Computed properties of a given template.

fields: ComputedFields<string>[]

Computed properties of a given template.

name: string

Source node type.

type: "computed"

Trait type ID.

Generated using TypeDoc