Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComponentProps ¶
type ComponentProps struct {
MaxLength int `json:"maxLength"`
}
type Props ¶
type Props struct { Width int `json:"width,omitempty"` Name string `json:"name"` Title string `json:"title"` Visible bool `json:"visible"` Fields []Field `json:"fields,omitempty"` FormData map[string]interface{} `json:"formData,omitempty"` FormRef interface{} `json:"formRef,omitempty"` ModalProps map[string]interface{} `json:"modalProps,omitempty"` }
Click to show internal directories.
Click to hide internal directories.