12 lines
204 B
Go
12 lines
204 B
Go
package html_components
|
|
|
|
const ImageDisplayDefaultWidth = 500
|
|
|
|
type ImageDisplay struct {
|
|
Label string
|
|
Value string
|
|
CropUrl string
|
|
Width int
|
|
TimestampParam string
|
|
}
|