CustomCodeLocation

CustomCodeLocation

Where in the HTML document the custom code is injected.

Definition

type CustomCodeLocation = "headStart" | "headEnd" | "bodyStart" | "bodyEnd"

Methods & Properties