UNPKG

@finapi/finapi-js-loader

Version:

finAPI JS Loader

15 lines (14 loc) 598 B
import { Properties } from '../types'; export interface ModLanguageProperties extends Properties { /** * It allows you to set the language for the widget. Each widget may have its * own list of supported languages. If a language that is not supported is * selected, the widget will not start and instead show a validation error. * Therefore, it is important to verify beforehand if all intended languages * are supported. * * If a language is specified, the widget will not display the language * selector in the header. */ language?: string; }