dashboardlayout

package
v0.0.0-...-f548480 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 17, 2019 License: Unlicense Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChangeEventArgs

type ChangeEventArgs struct {
	// contains filtered or unexported fields
}

EJS Change Event Args Model

type DashboardLayout

type DashboardLayout struct {
	Change ChangeEventArgs `json:"change"`
	//Created           Object           `json:"created"`
	//Destroyed         Object           `json:"destroyed"`
	Drag              DraggedEventArgs `json:"drag"`
	DragStart         DragStartArgs    `json:"dragStart"`
	DragStop          DragStopArgs     `json:"dragStop"`
	Resize            ResizeArgs       `json:"resize"`
	ResizeStart       ResizeArgs       `json:"resizeStart"`
	ResizeStop        ResizeArgs       `json:"resizeStop"`
	AllowDragging     bool             `json:"allowdragging"`
	AllowFloating     bool             `json:"allowfloating"`
	AllowResizing     bool             `json:"allowresizing"`
	CellAspectRatio   int              `json:"cellaspectratio"`
	CellSpacing       []int            `json:"cellspacing"`
	Columns           int              `json:"columns"`
	DraggableHandle   string           `json:"draggablehandle"`
	EnablePersistence bool             `json:"enablepersistence"`
	EnableRtl         bool             `json:"enablertl"`
	MediaQuery        string           `json:"mediaquery"`
	Panels            []Panel          `json:"panels"`
	ResizableHandles  []string         `json:"resizablehandles"`
	ShowGridLines     bool             `json:"Showgridlines"`
}

EJS Dashboard Layout Model

type DragStartArgs

type DragStartArgs struct {
	Cancel bool `json:"cancel"`
}

EJS Drag Start Args Model

type DragStopArgs

type DragStopArgs struct {
}

EJS Drag Stop Args Model

type DraggedEventArgs

type DraggedEventArgs struct {
}

EJS Dragged Event Args Model

type Panel

type Panel struct {
	Col      int    `json:"col"`
	Content  string `json:"content"`
	CssClass string `json:"cssClass"`
	Enabled  bool   `json:"enabled"`
	Header   string `json:"header"`
	ID       string `json:"id"`
	MaxSizeX int    `json:"maxSizeX"`
	MaxSizeY int    `json:"maxSizeY"`
	MinSizeX int    `json:"minSizeX"`
	MinSizeY int    `json:"minSizeY"`
	Row      int    `json:"row"`
	SizeX    int    `json:"sizeX"`
	SizeY    int    `json:"sizeY"`
	ZIndex   int    `json:"zIndex"`
}

EJS Panel Model

type ResizeArgs

type ResizeArgs struct {
}

EJS Resize Args Model

Source Files

  • mod.go

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL