sort_group

package
v1.3.1 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Data

type Data struct {
	Type  string `json:"type"`
	Value []Item `json:"value"`
}

type Item

type Item struct {
	Id         int                    `json:"id"`
	GroupId    int                    `json:"groupId"`
	Title      string                 `json:"title"`
	Operations map[string]interface{} `json:"operations"`
}

type Props

type Props struct {
	Draggable      bool `json:"draggable"`
	GroupDraggable bool `json:"groupDraggable"`
}

Jump to

Keyboard shortcuts

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