interface DataFieldContext {
    name?: string;
    parent?: any;
}

Properties

Properties

name?: string

A field name to assign to the constructed field

parent?: any

Another data field which is a hierarchical parent of this one