type

PreviewBreakpoint

type PreviewBreakpoint struct { Name string `json:"name"` Label string `json:"label"` LabelTranslations map[string]string `json:"labelTranslations,omitempty"` Width int `json:"width"` Height int `json:"height"` }

One named live-preview viewport.

Source schema/manifest.go:308

Namestring
The Name value.
Labelstring
The Label value.
LabelTranslationsmap[string]string
The LabelTranslations value.
Widthint
The Width value.
Heightint
The Height value.