tree_select

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 {
	TreeData []INode `json:"treeData"`
}

type INode

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

type Props struct {
	Visible     bool   `json:"visible"`
	Placeholder string `json:"placeholder"`
	Title       string `json:"title"`
}

Jump to

Keyboard shortcuts

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