Function: onContentUpdated()
Source: 1.0.0-rc.15 · 73a9fda1e57a
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