interface DataFieldContext {
    name: string;
    parent: DataField;
}

Properties

Properties

name: string

A field name to assign to the constructed field

parent: DataField

Another data field which is a hierarchical parent of this one