Skip to content

@vttforge/core / InjectPosition

Type Alias: InjectPosition

InjectPosition = "append" | "prepend" | "before" | "after" | "replace"

Where the new node goes, relative to the one found by into.

MIT licensed.