Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_holos_storage_v1alpha1_storage_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Form ¶
type Form struct { // fields represents FormlyFieldConfig[] encoded as an array of JSON objects // organized by section. FieldConfigs []*structpb.Struct `protobuf:"bytes,1,rep,name=field_configs,json=fieldConfigs,proto3" json:"field_configs,omitempty"` // contains filtered or unexported fields }
Form represents the Formly input form stored as a marshaled JSON object.
func (*Form) Descriptor
deprecated
func (*Form) GetFieldConfigs ¶
func (*Form) ProtoMessage ¶
func (*Form) ProtoMessage()
func (*Form) ProtoReflect ¶
func (x *Form) ProtoReflect() protoreflect.Message
type Model ¶
type Model struct { Model *structpb.Struct `protobuf:"bytes,1,opt,name=model,proto3" json:"model,omitempty"` // contains filtered or unexported fields }
Model represents user-defined and user-supplied form field values stored as a marshaled JSON object. The model is a Struct to ensure any valid JSON object defined by the user via the form can be represented and stored.
func (*Model) Descriptor
deprecated
func (*Model) ProtoMessage ¶
func (*Model) ProtoMessage()
func (*Model) ProtoReflect ¶
func (x *Model) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.