Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
DragInterval int
LayoutClass string
GutterClass string
GutterSize int
Sizes []Size
Type bool // true - horizontal, false - vertical
OnStart Event
OnStop Event // runs before Element recreating
OnMove MoveEvent
// contains filtered or unexported fields
}
Config layout config structure
func (Config) Init ¶
func (config Config) Init() gas.DynamicComponent
Init generate resizable layout component
Click to show internal directories.
Click to hide internal directories.