startStruct Method
Called before processing a struct value. This is a good callback to skip handling the value or set up for struct member values handling.
Processing is skipped if the function returns false
and finishStruct is not called in that case.
startStruct(props: StartStructProps): boolean
Parameter | Type | Description |
---|---|---|
props | StartStructProps |
Returns - boolean
Defined in
Last Updated: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.