Function: onContentUpdated()

Source: 1.0.0-rc.14 · ecc10ae38a81 (uncommitted changes)

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