Namespace opensocial.Url.Field
All of the fields that a url has. These are the supported keys for the
Url.getField() method.
Defined in: opensocial.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Field Attributes | Field Name and Description |
|---|---|
| <static> |
opensocial.Url.Field.ADDRESS
The address the url points to.
|
| <static> |
opensocial.Url.Field.LINK_TEXT
The text of the link.
|
| <static> |
opensocial.Url.Field.TYPE
The url number type or label.
|
Field Detail
<static>
opensocial.Url.Field.ADDRESS
The address the url points to. Specified as a String.
<static>
opensocial.Url.Field.LINK_TEXT
The text of the link. Specified as a String.
<static>
opensocial.Url.Field.TYPE
The url number type or label. Examples: work, blog feed,
website, etc Specified as a String.