Skip to content

Function: onContentUpdated()

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