AutomationAction.hx 244 B

12345678
  1. package flash.automation;
  2. @:require(flash10_1) extern class AutomationAction {
  3. @:flash.property var type(get,set) : String;
  4. function new() : Void;
  5. private function get_type() : String;
  6. private function set_type(value : String) : String;
  7. }