dynamic-forms-bootstrap / Interface

RemoveArrayItemButtonField

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

Remove array item button field - with preconfigured RemoveArrayItemEvent

Properties

NameTypeDescription
arrayKey
string | undefined

The key of the array field to remove items from. 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
BsButtonProps | undefined
type
"removeArrayItem"