Options
All
  • Public
  • Public/Protected
  • All
Menu

Objects that represent keys to the map of available data fields in CaseDataset search category.

Since javascript maps don't support objects as keys this class has a serialized form, that is used as a string key.

This class also acts as an autocomplete option when the target datafield is selected. The real data fields are then extracted from the map to which this object is a key.

Hierarchy

  • DatafieldMapKey

Implements

Index

Constructors

Properties

_inputType: any
_title: any

Accessors

  • get icon(): string
  • get text(): string
  • get title(): string
  • get type(): string
  • get value(): string

Methods

  • toSerializedForm(): string
  • serializedForm(type: string, title: string): string

Generated using TypeDoc