Constructor
new Thumbnail(url, width, height)
#
Parameters:
| Name | Type | Description |
|---|---|---|
url |
string | URL to the thumbnail |
width |
number | Width in pixels |
height |
number | Height in pixels |
- Source:
Properties
height
#
Properties:
| Name | Type | Description |
|---|---|---|
height |
number | The height of the thumbnail in pixels |
- Source:
url
#
Properties:
| Name | Type | Description |
|---|---|---|
url |
string | The URL to the thumbnail |
- Source:
width
#
Properties:
| Name | Type | Description |
|---|---|---|
width |
number | The width of the thumbnail in pixels |
- Source: