package
Version:
v1.3.2
Opens a new window with list of versions in this module.
Published: Oct 19, 2021
License: Apache-2.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 {
TreeData []INode `json:"treeData"`
}
type INode struct {
Key string `json:"key"`
Id string `json:"id"`
PId string `json:"pId"`
Title string `json:"title"`
IsLeaf bool `json:"isLeaf"`
Value string `json:"value"`
Selectable bool `json:"selectable"`
Disabled bool `json:"disabled"`
}
type Props struct {
Visible bool `json:"visible"`
Placeholder string `json:"placeholder"`
Title string `json:"title"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.