32bf0415/html_components/image-display.go
1970-01-01 00:00:00 +00:00

12 lines
204 B
Go

package html_components
const ImageDisplayDefaultWidth = 500
type ImageDisplay struct {
Label string
Value string
CropUrl string
Width int
TimestampParam string
}