Parsed data.

Constructors

Properties

Methods

Constructors

Properties

Parsing type.

value: string

Parsed value.

Methods

  • Parameters

    Returns {
        type?: FieldDataFormat;
        value?: string;
        serialize?(config?): { readonly type?: FieldDataFormat | undefined; readonly value?: string | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; };
    }

    • Optional Readonly type?: FieldDataFormat

      Parsing type.

    • Optional Readonly value?: string

      Parsed value.

    • serialize?:function
      • Parameters

        Returns { readonly type?: FieldDataFormat | undefined; readonly value?: string | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; }