Skip to content

insertAfter<T>

Import:

import 'obsidian-test-mocks/setup';

Signature:

function insertAfter(this: Node, node: T, child: Node | null): T

Parameters:

ParameterTypeDescription
thisNode
nodeT
childNode | null

Returns: T