Trello.js - API library
Preparing search index...
Models
ImageDescriptor
Interface ImageDescriptor
interface
ImageDescriptor
{
height
?:
number
;
url
?:
string
;
width
?:
number
;
}
Index
Properties
height?
url?
width?
Properties
Optional
height
height
?:
number
The height of the image.
Optional
url
url
?:
string
The URL of the image.
Optional
width
width
?:
number
The width of the image.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
height
url
width
Trello.js - API library
Loading...
The height of the image.