Skip to content
On this page

createFragment

ts
function createFragment(callback?: (el: DocumentFragment) => void): DocumentFragment;

Parameters

ParameterDescription
callback