Reference

insertMemo

Inserts a compiler-proven memo or non-list fallback before a marker node.

Signature

function insertMemo(parent: ParentNode, marker: ChildNode, value: (): MemoInsertionValue, options?: { debugLabel?: string }): Dispose