startItem Method
Called before starting each Item processing. This is a good place to initialize for a new content item, e.g. set up a new row in table.
Processing is skipped if the function returns false
and finishItem is not called in that case.
startItem(props: StartItemProps): boolean
Parameter | Type | Description |
---|---|---|
props | StartItemProps |
Returns - boolean
Defined in
Last Updated: 10 February, 2025
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.