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