Import

      Properties

      Meta info about how field and how to display it

      Signature

      display property

      Convert a value for display

      Get value data links with variables interpolated

      Signature

      1. getLinks?: (config: ValueLinkConfig) => Array<LinkModel<Field>>;

      Signature

      1. labels?: Labels;

      name property

      Name of the field (column)

      Signature

      parse property

      Signature

      1. parse?: (value: any) => T;

      Cached values with appropriate display and id values

      Signature

        type property

        Field value type (string, number, etc)

        Signature

        values property