Skip to content

PropertyStatePhase

Under Construction

This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/axon/blob/main/js/PropertyStatePhase.ts for the most up-to-date information.

Overview

Describes the phases that a Property can go through in its value setting and notification lifecycle.

UNDEFER - the phase when Property.setDeferred(false) is called and Property.value becomes accurate NOTIFY - the phase when notifications are fired for Properties that have had a value change since becoming deferred

@author Michael Kauzmann (PhET Interactive Simulations)

Class PropertyStatePhase

import { PropertyStatePhase } from 'scenerystack/axon';

Static Properties

UNDEFER : PropertyStatePhase

(readonly)

NOTIFY : PropertyStatePhase

(readonly)

enumeration : Enumeration

(readonly)

Source Code

See the source for PropertyStatePhase.ts in the axon repository.