Skip to content

concreteRegionAndCultureProperty

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/concreteRegionAndCultureProperty.ts for the most up-to-date information.

Overview

Like regionAndCultureProperty, but excludes the "random" option, since it doesn't represent a concrete region and culture. "random" means to randomly select one of the other choices that is supported by the sim.

@author Jonathan Olson <jonathan.olson@colorado.edu> @author Chris Malley (PixelZoom, Inc.)

Type ConcreteRegionAndCulture

The complete set of RegionAndCulture values, minus 'random'.

import type { ConcreteRegionAndCulture } from 'scenerystack/joist';

Exclude<RegionAndCulture, "random">

Source Code

See the source for concreteRegionAndCultureProperty.ts in the joist repository.