Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DataType

DataType is an interface that represents the type of data and a method to get a display version of the value.

Hierarchy

  • DataType

Index

Properties

Methods

Properties

typeName

typeName: string

The typeName property is the name of the value's data type.

Methods

getDisplayValue

  • getDisplayValue(rawValue: any): string
  • getDisplayValue(rawValue: any): string
  • getDisplayValue(rawValue: any): string
  • Parameters

    • rawValue: any

    Returns string

  • Clean up the value for display

    Parameters

    • rawValue: any

      any.

    Returns string

    a string that is the display value.

  • Parameters

    • rawValue: any

    Returns string