Type of column to contain a hyperlink value.

Interface

interface IColumnHyperlink extends IColumn {
  displayFormat: string;
}

Properties

displayFormat

Format to display the value of the field.

  • Type: string

  • Required: No

  • Posible values: "Hyperlink", "Image"