English
list.render.after
About 43 wordsLess than 1 minute
2025-12-16
Triggered after the list page has finished rendering.
Parameters
None at the moment
Return Value
None at the moment
Code Example
Listen for list rendering completion
{
event: "list.render.after",
functional: function (pluginExecResult, options) {
console.log("List rendering completed");
}
}