Interface IEntityFieldConfig

A configuration for an entity field.

interface IEntityFieldConfig {
    comment?: Nilable<string>;
    transformer?: Nilable<IEntityFieldTransformer>;
}

Properties

comment?: Nilable<string>

A comment (or description) for this field, which can be used as documentation later, e.g.

transformer?: Nilable<IEntityFieldTransformer>

The custom and optional data transformer.

Generated using TypeDoc