LocalizedImageProperty¶
Under Construction
This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/joist/blob/main/js/i18n/LocalizedImageProperty.ts for the most up-to-date information.
Overview¶
A Property whose value will change with the "region and culture", and will take a value that can be used with Images.
@author Jonathan Olson <jonathan.olson@colorado.edu>
Class LocalizedImageProperty¶
Constructor¶
new LocalizedImageProperty( imageName : string, imageMap : Partial<Record<ConcreteRegionAndCulture, ImageableImage>> & { usa: ImageableImage } )¶
Instance Methods¶
Source Code¶
See the source for LocalizedImageProperty.ts in the joist repository.