NeedsExamples
opensocial.Url
Base interface for all URL objects.
;String getField(key, opt_params)
Parameters
NameTypeDescription |
|
Returns
TypeDescription |
|
Description
Gets data for this URL that is associated with the specified key.
All of the fields that a URL has. These are the supported keys for the Url.getField() method.
The address the URL points to, specified as a string. This field may be used interchangeably with the string 'address'.
The text of the link, specified as a string. This field may be used interchangeably with the string 'linkText'.
The URL number type or label, specified as a string. Examples: work, blog feed, website, etc. This field may be used interchangeably with the string 'type'.
{{ JsApiAlphaList_(v0.9) }}