type
PreviewConfig
type PreviewConfig struct {
Generate bool
Label string
TitlePath string
DescriptionPath string
}Generator state, label, and field paths for a directly placed preview.
Generatebool- The Generate value.
Labelstring- The Label value.
TitlePathstring- The TitlePath value.
DescriptionPathstring- The DescriptionPath value.