dynamic-forms-primeng / Function

previousButtonFieldMapper

Mapper for previous page button - preconfigures PreviousPageEvent Note: Does not auto-disable based on validation. Users can explicitly disable if needed.

Presentation

function previousButtonFieldMapper(
  fieldDef: FieldDef<Record<string, unknown>>,
): Signal<Record<string, unknown>>;

Returns

Signal<Record<string, unknown>> -

Signal containing Record of input names to values for ngComponentOutlet

Parameters

NameTypeDescription
fieldDef
FieldDef<Record<string, unknown>>

The previous button field definition