An abstracted reference to a field

interface FieldReference {
    referenceName?: string;
    url?: string;
}

Properties

Properties

referenceName?: string

fieldRefName for the field

url?: string

Full http link to more information about the field