Property definitions

app $ ViewEvent :: defaultinit
# Event sent from a `VIEW`
class ViewEvent
	super AppEvent

	# The `VIEW` that raised this event
	var sender: VIEW

	# Type of the `sender`
	type VIEW: View
end
lib/app/ui.nit:286,1--295,3