type
PreviewBreakpoint
type PreviewBreakpoint struct {
Name string
Label string
LabelTranslations map[string]string
Width int
Height int
}One named authoring viewport offered by live preview.
Namestring- Stable breakpoint key.
Labelstring- Author-facing breakpoint name.
LabelTranslationsmap[string]string- Translated breakpoint names.
Widthint- Viewport width in pixels.
Heightint- Viewport height in pixels.