Skip to content

LocalizedStringProperty

Overview

The main Property for a translated string (subtyped so we can get the stringKey, or other things in the future).

@author Jonathan Olson <jonathan.olson>

Class LocalizedStringProperty

import { LocalizedStringProperty } from 'scenerystack/chipper';

Constructor

new LocalizedStringProperty( localizedString : LocalizedString, tandem : Tandem, metadata? : Record<string, unknown> )

Instance Methods

Source Code

See the source for LocalizedStringProperty.ts in the chipper repository.