Const

MatField

@ng-forge/dynamic-forms-material

Material Design field type constants Based on available field components in the /fields folder

Signature

const MatField: { readonly Input: "input"; readonly Select: "select"; readonly Checkbox: "checkbox"; readonly Button: "button"; readonly Submit: "submit"; readonly Next: "next"; readonly Previous: "previous"; readonly AddArrayItem: "addArrayItem"; readonly PrependArrayItem: "prependArrayItem"; readonly InsertArrayItem: "insertArrayItem"; readonly RemoveArrayItem: "removeArrayItem"; readonly PopArrayItem: "popArrayItem"; readonly ShiftArrayItem: "shiftArrayItem"; readonly Textarea: "textarea"; readonly Radio: "radio"; readonly MultiCheckbox: "multi-checkbox"; readonly Datepicker: "datepicker"; readonly Slider: "slider"; readonly Toggle: "toggle"; }