OverlayConfig
OverlayConfig =
TsxOverlayConfig|SolidOverlayConfig|VueOverlayConfig|SvelteOverlayConfig|HtmlPageOverlayConfig|MediaOverlayConfig|ElementOverlayConfig|JsxOverlayConfig|SolidJsxOverlayConfig|InlineHtmlOverlayConfig
Defined in: asset.ts:366
Display options for an overlay. Content comes from exactly one source: a
file path (extension selects the variant: .tsx React / .solid.tsx
Solid / .vue / .svelte / .html / .svg / .png / .mp4), an inline
React element, inline jsx/solidJsx module source, or an inline html
fragment. Only the .mp4 media variant accepts the video-only fields.