Widget helper image
WidgetHelperImage
¶
Bases: BaseModel
A helper class for generating helper widget images.
Attributes:
| Name | Type | Description |
|---|---|---|
filename |
str
|
The name of the image file. |
is_local |
bool
|
Indicates whether the image is stored locally. Defaults = True. |
width |
int
|
The width of the image in pixels. Default = 700. Must not exceed |
caption |
str
|
The caption for the image. Defaults = "". |
label |
str
|
The label for the image. Defaults = "". |