| Package | com.zavoo.svg.events |
| Class | public class SVGMutationEvent |
| Inheritance | SVGMutationEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| target : Object [read-only]
| SVGMutationEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
SVGMutationEvent(target:Object, type:String, bubbles:Boolean = false, cancelable:Boolean = false)
| SVGMutationEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| DOM_CHARACTER_DATA_MODIFIED : String = "DOMCharacterDataModified" [static]
| SVGMutationEvent | ||
| DOM_NODE_INSERTED : String = "DOMNodeInserted" [static]
| SVGMutationEvent | ||
| DOM_NODE_REMOVED : String = "DOMNodeRemoved" [static]
| SVGMutationEvent | ||
| target | property |
target:Object [read-only]Implementation
public function get target():Object
| SVGMutationEvent | () | constructor |
public function SVGMutationEvent(target:Object, type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
target:Object |
|
type:String |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| DOM_CHARACTER_DATA_MODIFIED | constant |
public static const DOM_CHARACTER_DATA_MODIFIED:String = "DOMCharacterDataModified"
| DOM_NODE_INSERTED | constant |
public static const DOM_NODE_INSERTED:String = "DOMNodeInserted"
| DOM_NODE_REMOVED | constant |
public static const DOM_NODE_REMOVED:String = "DOMNodeRemoved"