configSheetSelect

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2022 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ComponentAction

type ComponentAction struct {
	CtxBdl protocol.ContextBundle
	base.DefaultProvider

	Data       Data                  `json:"data"`
	State      state                 `json:"state"`
	Props      props                 `json:"props"`
	Operations map[string]operations `json:"operations"`
	Type       string                `json:"type"`
	// contains filtered or unexported fields
}

func (*ComponentAction) HandlerChangeValue

func (i *ComponentAction) HandlerChangeValue(meta map[string]interface{}) error

func (*ComponentAction) HandlerDefaultValue

func (i *ComponentAction) HandlerDefaultValue(meta map[string]interface{}, ctx context.Context) error

func (*ComponentAction) HandlerSearchValue

func (i *ComponentAction) HandlerSearchValue(meta map[string]interface{}) error

func (*ComponentAction) Render

type Data

type Data struct {
	TreeData []interface{} `json:"treeData"`
}

type Value

type Value struct {
	Value string `json:"value"`
	Label string `json:"label"`
}

Jump to

Keyboard shortcuts

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