startField Method
Called before starting Field processing for each individual Item. This is a good callback to skip a field if it doesn't need to be handled.
Processing is skipped if the function returns false and finishField is not called in that case.
startField(props: StartFieldProps): boolean
| Parameter | Type | Description | 
|---|---|---|
| props | StartFieldProps | 
Returns - boolean
Defined in
Last Updated: 18 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.