CustomCode

CustomCode

Custom HTML code settings for all injection locations, including disabled state.

Definition

type CustomCode = Record<CustomCodeLocation, { disabled: boolean; html: string | null; }>

Methods & Properties