[Go to site: main page, start]

Interface DataFieldContext

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

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