706 B
706 B
Home > @apextoaster/js-utils > ArrayMapperOptions
ArrayMapperOptions interface
Signature:
export interface ArrayMapperOptions
Properties
Property | Type | Description |
---|---|---|
rest | string | Key for any remaining, unmatched elements. |
skip | number | Number of initial elements to skip. |
take | Array<string> | List of element keys. |