Constructor
new Link(category, title, description, url)
- Source:
Right Track Link Constructor
Parameters:
Name | Type | Description |
---|---|---|
category |
string | Link Category |
title |
string | Link Title |
description |
string | Link Description |
url |
string | Link URL |
Members
category :string
- Source:
Link category name
Type:
- string
description :string
- Source:
Link description
Type:
- string
title :string
- Source:
Link title
Type:
- string
url :string
- Source:
Fully-qualified and escaped Link URL
Type:
- string