Skip to content

LanguagesArg

LanguagesArg = readonly Lang[] | LanguagesConfig | undefined

Defined in: builder.ts:87

The argument accepted by video.languages(...):

  • omitted: nothing seeded (the set is inferred from per-feature keys, else the implicit ['en'] default).
  • ['en', 'fi']: the explicit code set.
  • { languages, mode, ... }: the explicit config.