Documentation ¶
Index ¶
- func RenderCreator() protocol.CompRender
- type ComponentKVListTitle
- func (c *ComponentKVListTitle) OperationRendering() error
- func (c *ComponentKVListTitle) Render(ctx context.Context, component *apistructs.Component, ...) error
- func (c *ComponentKVListTitle) SetBundle(ctxBundle protocol.ContextBundle) error
- func (c *ComponentKVListTitle) SetComponent(component *apistructs.Component) error
- type EdgeKVListDataItem
- type EdgeKVListStateTitle
- type ItemValue
- type ItemValueContent
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 (c *ComponentKVListTitle) Render(ctx context.Context, component *apistructs.Component, scenario apistructs.ComponentProtocolScenario, event apistructs.ComponentEvent, gs *apistructs.GlobalStateData) error
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 EdgeKVListStateTitle ¶
type EdgeKVListStateTitle struct {
Visible bool `json:"visible,omitempty"`
}
type ItemValue ¶
type ItemValue struct { RenderType string `json:"renderType"` Value ItemValueContent `json:"value"` }
type ItemValueContent ¶
Click to show internal directories.
Click to hide internal directories.