Class CreateFieldArguments
Represents an argument of the create field command.
public sealed class CreateFieldArguments
- Inheritance
-
objectCreateFieldArguments
- Extension Methods
Properties
SubForms
Represents the field properties form data.
[JsonInclude]
public Dictionary<string, Dictionary<string, JsonElement>> SubForms { get; }
Property Value
- Dictionary<string, Dictionary<string, JsonElement>>