Skip to main content

Interface: LocalePickerIcon

Properties

height

height: number

Height to scale image to

Source

addons/src/composites/locale-picker.ts:54


imageName?

optional imageName: string

Name of image to use for LocalePicker. Must have been previously loaded

Source

addons/src/composites/locale-picker.ts:52


svgString?

optional svgString: string

The HTML SVG tag, in string form, that will be rendered to display the locale. Must begin with <svg> and end with </svg>

Source

addons/src/composites/locale-picker.ts:50


width

width: number

Width to scale image to

Source

addons/src/composites/locale-picker.ts:56