Interface DataObjectsTraitConfig

The base Trait configuration interface.

Hierarchy

Properties

baseName?: string

Parent source node type (if any).

dataAttributeName: string

DOM element attribute used for storing object data.

name: string

Source node type.

objects: DataObjectConfig[]

Array of DataObjectConfigs

targetProperty: string | string[]

The name of the field to parse.

type: "data_objects"

Trait type ID.

typeAttributeName: string

DOM element attribute used for object type (dataObjectType).

Generated using TypeDoc