package
Version:
v1.2.0-rc
Opens a new window with list of versions in this module.
Published: Aug 2, 2021
License: AGPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Data struct {
Type string `json:"type"`
Value []Item `json:"value"`
}
type Item struct {
Id int `json:"id"`
GroupId int `json:"groupId"`
Title string `json:"title"`
Operations map[string]interface{} `json:"operations"`
}
type Props struct {
Draggable bool `json:"draggable"`
GroupDraggable bool `json:"groupDraggable"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.