class js.html.ParamElement extends Element

Available on js

Parameter element which defines parameters for <object> .

Documentation for this class was provided by MDN.

Instance Fields

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.