Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • new FieldData(from?: string, to?: string, root?: string, key?: string, value?: string | undefined): FieldData
  • Parameters

    • Default value from: string = ""
    • Default value to: string = ""
    • Default value root: string = ""
    • Default value key: string = ""
    • Optional value: string | undefined

    Returns FieldData

Properties

from

from: string

key

key: string

root

root: string

to

to: string

value

value: string | undefined

Methods

copy

Protected deepCopyFromJson

Protected getClass

toJson

  • toJson(): object

Static fromJson

Generated using TypeDoc