type

FieldCollapsible

type FieldCollapsible struct { ID StableID `json:"id"` Label string `json:"label"` LabelTranslations map[string]string `json:"labelTranslations,omitempty"` InitiallyCollapsed bool `json:"initiallyCollapsed,omitempty"` }

Stable identity and presentation state of a flattened disclosure.

Source schema/manifest.go:445

IDStableID
The ID value.
Labelstring
The Label value.
LabelTranslationsmap[string]string
The LabelTranslations value.
InitiallyCollapsedbool
The InitiallyCollapsed value.