Haxe API Documentation
Back | Index
extern class js.html.ParamElement
extends Element
Available in js
Parameter element which defines parameters for <object> .

Documentation for this class was provided by MDN.
var name : String
Name of the parameter.
var type : String
Only used if the valuetype is set to "ref". Specifies the type of values found at the URI specified by value.
var value : String
Value of the parameter.
var valueType : String
Back | Index