blob: e91662ee95049e677f1051775a6590994f18b32f [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.routing.ParameterRoute",
"baseClassname": ""
,
"description": "ParameterRoutes are declared in (or added to) RouteToParamter beads. If the key exists in thge parameters, the callback will be called with the value as the argument to the function.",
"members": [
{ "type": "method",
"qname": "org.apache.royale.routing.ParameterRoute",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"return": "",
"params": []}
,
{ "type": "field",
"qname": "key",
"return": "String",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Parameter key to use"},
{ "type": "field",
"qname": "defaultValue",
"return": "String",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "If a default value is specified, the callback will be called with the default if no matching key is specified in the URL"},
{ "type": "field",
"qname": "title",
"return": "String",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Optional window title"},
{ "type": "field",
"qname": "callback",
"return": "Function",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Function to call if the parameter exists. (The value is supplied as an argument.)"}]
}