Class FieldInfo
Specifies the field information.
Inherited Members
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public class FieldInfo
Constructors
FieldInfo()
Declaration
public FieldInfo()
Properties
Code
Specifies the field code.
Declaration
[JsonPropertyName("code")]
public string Code { get; set; }
Property Value
| Type |
|---|
| string |
Result
Specifies the field result.
Declaration
[JsonPropertyName("result")]
public string Result { get; set; }
Property Value
| Type |
|---|
| string |