Interface IFormBuilderDefinition
Definition of a component with markup for Form builder.
public interface IFormBuilderDefinition : IComponentDefinition
- Inherited Members
- Extension Methods
Properties
DefinitionType
Gets the type of the component.
Type DefinitionType { get; }
Property Value
- Type
Name
Name of the registered component.
string Name { get; }
Property Value
- string