Type
MatPreviousButtonField
@ng-forge/dynamic-forms-material
Signature
type MatPreviousButtonField = Omit<MatButtonField<PreviousPageEvent>, 'event' | 'type' | 'eventArgs'> & {
type: 'previous';
};packages/dynamic-forms-material/src/lib/fields/button/mat-button.type.ts:39