Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 856 Bytes

ArrayField.md

File metadata and controls

35 lines (18 loc) · 856 Bytes

@lynxts/coreDocs


@lynxts/core / ArrayField

Function: ArrayField()

ArrayField<T, K>(props): ReactElement<any, string | JSXElementConstructor<any>>

Helper component for array fields with finner control over the re-renders.

Type Parameters

T extends Struct

struct type of the form values

K extends string

the type of the path of the array field

Parameters

props: ArrayFieldProps<T, K>

the array field props

Returns

ReactElement<any, string | JSXElementConstructor<any>>

Defined in

components/ArrayField.component.tsx:63