startContent Method
Called before starting Content processing. This is a good place to initialize various caches and prepare for parsing content.
Processing is skipped if the function returns false
and finishContent is not called in that case.
startContent(props: StartContentProps): boolean
Parameter | Type | Description |
---|---|---|
props | StartContentProps |
Returns - boolean
Defined in
Last Updated: 10 February, 2025
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.