keyvaluelisttitle

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 ComponentKVListTitle

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

func (*ComponentKVListTitle) OperationRendering

func (c *ComponentKVListTitle) OperationRendering() error

func (*ComponentKVListTitle) Render

func (*ComponentKVListTitle) SetBundle added in v1.3.0

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

func (*ComponentKVListTitle) SetComponent

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

type EdgeKVListDataItem

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

type EdgeKVListStateTitle

type EdgeKVListStateTitle struct {
	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