Documentation
¶
Index ¶
Constants ¶
View Source
const ( InitialCheckedFalse = iota InitialCheckedTrue InitialCheckedAuto )
Variables ¶
This section is empty.
Functions ¶
func NewLazyWrapComponentFunc ¶
func NewLazyWrapComponentFunc(config func(obj interface{}, field *presets.FieldContext, ctx *web.EventContext) *Config) func(in presets.FieldComponentFunc) presets.FieldComponentFunc
func SyncCallSlug ¶
Types ¶
type Config ¶
type Config struct {
SyncFromFromKey string
CheckboxLabel string
InitialChecked InitialChecked
SyncCall func(from string) string
}
type InitialChecked ¶
type InitialChecked int
Click to show internal directories.
Click to hide internal directories.