dynamic-forms-material / Interface

AddArrayItemButtonField

Extends:Omit<FieldDef<MatButtonProps>, "event">

Add array item button field - with preconfigured AddArrayItemEvent

Properties

NameTypeDescription
arrayKey
string | undefined

The key of the array field to add items to. Required when the button is placed outside the array. When inside an array, this is automatically determined from context.

className
string | undefined
disabled
boolean | undefined
key
string
label
string
props
MatButtonProps | undefined
type
"addArrayItem"