Dart API Referencedart:htmlParamElement

ParamElement Interface

Parameter element which defines parameters for <object> .

Extends

Element

Constructors

Code new ParamElement() #

ParamElement();

Fields

Code String name #

Name of the parameter.
String name;

Code String type #

Only used if the valuetype is set to "ref". Specifies the type of values found at the URI specified by value.
String type;

Code String value #

Value of the parameter.
String value;

Code String valueType #

String valueType;

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.