fix(core): improve docs on afterRender hooks (#56525)

This commit improves the documentation of the options parameter of the afterRender hooks.

PR Close #56525
This commit is contained in:
cexbrayat 2024-06-19 19:37:01 +02:00 committed by Andrew Kushnir
parent 9c3c8ae2b9
commit 2f73281dfd

View file

@ -197,6 +197,7 @@ export function internalAfterNextRender(
* </div>
*
* @param callback A callback function to register
* @param options Options to control the behavior of the callback
*
* @usageNotes
*
@ -278,6 +279,7 @@ export function afterRender(callback: VoidFunction, options?: AfterRenderOptions
* </div>
*
* @param callback A callback function to register
* @param options Options to control the behavior of the callback
*
* @usageNotes
*