/** * ... * @author Tonypee */ package form.elements; typedef KeyVal = { var key:String; var value:Dynamic; }