Function: onContentUpdated()
Source: 1.0.0-rc.14 · a572916b42ec
ts
function onContentUpdated(fn): void;Defined in: packages/valaxy/client/utils/content.ts:10
Register callback that is called every time the markdown content is updated in the DOM.
Parameters
fn
() => any
Returns
void