scenesSetSelect

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: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RenderCreator

func RenderCreator() protocol.CompRender

Types

type ComponentAction

type ComponentAction struct {
	CtxBdl     protocol.ContextBundle
	Data       Data                  `json:"data"`
	State      state                 `json:"state"`
	Props      props                 `json:"props"`
	Operations map[string]operations `json:"operations"`
	Type       string                `json:"type"`
}

func (*ComponentAction) HandlerChangeValue

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

func (*ComponentAction) HandlerDefaultValue

func (i *ComponentAction) HandlerDefaultValue(meta map[string]interface{}, inParams map[string]interface{}) error

func (*ComponentAction) HandlerSearchValue

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

func (*ComponentAction) SetBundle

func (a *ComponentAction) SetBundle(b protocol.ContextBundle) error

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