startCategory Method
Called before processing a content item field (startField call) for each category in the field's category stack, starting from the root and finishing with the field's category.
Processing is skipped if the function returns false
and finishCategory is not called in that case.
startCategory(props: StartCategoryProps): boolean
Parameter | Type | Description |
---|---|---|
props | StartCategoryProps |
Returns - boolean
Defined in
Last Updated: 17 December, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.