Image¶
The Image object.
classDiagram
direction LR
Image --> Url
class Url{
}
class Image{
string name
Url url
}
Properties¶
| Attribute name | Type | Description |
|---|---|---|
| name | string |
Alt name of the image. |
| url | Url |
Reference to the Url object. |