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: 17 December, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.