Type
PopArrayItemButtonField
@ng-forge/dynamic-forms-material
Signature
type PopArrayItemButtonField = Omit<MatButtonField<PopArrayItemEvent>, 'event' | 'type' | 'eventArgs'> & {
type: 'popArrayItem';
/**
* The key of the array field to remove the last item from.
* REQUIRED - must specify which array to pop from.
*/
arrayKey: string;
};packages/dynamic-forms-material/src/lib/fields/button/mat-button.type.ts:110