keyvaluelist

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RenderCreator

func RenderCreator() protocol.CompRender

Types

type ComponentKVList

type ComponentKVList struct {
	// contains filtered or unexported fields
}

func (*ComponentKVList) OperationRendering

func (c *ComponentKVList) OperationRendering(identity apistructs.Identity) error

func (*ComponentKVList) SetBundle

func (c *ComponentKVList) SetBundle(ctxBundle protocol.ContextBundle) error

func (*ComponentKVList) SetComponent

func (c *ComponentKVList) SetComponent(component *apistructs.Component) error

type EdgeKVListDataItem

type EdgeKVListDataItem struct {
	KeyName   string    `json:"keyName"`
	ValueName ItemValue `json:"valueName"`
}

type EdgeKVListState

type EdgeKVListState struct {
	AppID   uint64 `json:"appID"`
	Visible bool   `json:"visible,omitempty"`
}

type ItemValue

type ItemValue struct {
	RenderType string           `json:"renderType"`
	Value      ItemValueContent `json:"value"`
}

type ItemValueContent

type ItemValueContent struct {
	Text     string `json:"text"`
	CopyText string `json:"copyText"`
}

Jump to

Keyboard shortcuts

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