@videts/vide / ui / UiPluginOptions
Interface: UiPluginOptions
Defined in: ui/types.ts:50
Options for the ui() convenience plugin.
Properties
| Property | Type | Description |
|---|---|---|
container | HTMLElement | Container element to mount UI controls into. |
exclude? | UIComponentName[] | Components to exclude (default: ad-overlay). |
include? | UIComponentName[] | Components to opt-in (overrides default exclusions like ad-overlay). |
poster? | string | Poster image URL. |