Type
TextProps
@ng-forge/dynamic-forms
Signature
type TextProps = {
/** The HTML element type to render */
elementType: TextElementType;
};Properties
| Name | Type | Description |
|---|---|---|
elementType | TextElementType | The HTML element type to render |
packages/dynamic-forms/src/lib/definitions/default/text-field.ts:12