Skip to content

PropertyStatePhase

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.