Import
Properties
Meta info about how field and how to display it
Signature
display property
Convert a value for display
getLinks property
Get value data links with variables interpolated
Signature
getLinks?: (config: ValueLinkConfig) => Array<LinkModel<Field>>;
Signature
labels?: Labels;
name property
Name of the field (column)
Signature
parse property
Signature
parse?: (value: any) => T;
Cached values with appropriate display and id values
Signature
type property
Field value type (string, number, etc)
Signature