Skip to content

@videts/vide


@videts/vide / ui / UiPluginOptions

Interface: UiPluginOptions

Defined in: ui/types.ts:50

Options for the ui() convenience plugin.

Properties

container

container: HTMLElement

Defined in: ui/types.ts:52

Container element to mount UI controls into.


exclude?

optional exclude: UIComponentName[]

Defined in: ui/types.ts:55

Components to exclude (default: ad-overlay).


include?

optional include: UIComponentName[]

Defined in: ui/types.ts:58

Components to opt-in (overrides default exclusions like ad-overlay).


poster?

optional poster: string

Defined in: ui/types.ts:61

Poster image URL.