Haxe API Documentation
Back
|
Index
extern
class
js.html.svg.PathSegList
Available in js
var
numberOfItems(default,null) :
Int
function
appendItem(newItem :
PathSeg
) :
PathSeg
function
clear() :
Void
function
getItem(index :
Int
) :
PathSeg
function
initialize(newItem :
PathSeg
) :
PathSeg
function
insertItemBefore(newItem :
PathSeg
, index :
Int
) :
PathSeg
function
removeItem(index :
Int
) :
PathSeg
function
replaceItem(newItem :
PathSeg
, index :
Int
) :
PathSeg
Back
|
Index