// Assembly: UnityEngine.UIElementsModule
// Full name: UnityEngine.UIElements.PropagationPhase

namespace UnityEngine.UIElements
{
public class PropagationPhase // TypeDefIndex: 5499
{
	// Fields
	type#20890 value__;
	type#24749 None;
	type#24749 TrickleDown;
	type#24749 BubbleUp;
	type#24749 AtTarget;
	type#24749 DefaultAction;
	type#24749 DefaultActionAtTarget;
}
}
