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

namespace UnityEngine.UIElements
{
public class KeyboardNavigationOperation // TypeDefIndex: 5653
{
	// Fields
	type#20890 value__;
	type#21599 None;
	type#21599 SelectAll;
	type#21599 Cancel;
	type#21599 Submit;
	type#21599 Previous;
	type#21599 Next;
	type#21599 MoveRight;
	type#21599 MoveLeft;
	type#21599 PageUp;
	type#21599 PageDown;
	type#21599 Begin;
	type#21599 End;
}
}
