Skip to content

createDiv

Import:

import 'obsidian-test-mocks/setup';

Signature:

function createDiv(this: Node, o: string | DomElementInfo | undefined, callback: ((el: HTMLDivElement) => void) | undefined): HTMLDivElement

Parameters:

ParameterTypeDescription
thisNode
ostring | DomElementInfo | undefined
callback((el: HTMLDivElement) => void) | undefined

Returns: HTMLDivElement