Documentation ¶
Index ¶
- func RenderCreator() protocol.CompRender
- type ComponentKVList
- func (c *ComponentKVList) OperationRendering(identity apistructs.Identity) error
- func (c *ComponentKVList) Render(ctx context.Context, component *apistructs.Component, ...) error
- func (c *ComponentKVList) SetBundle(ctxBundle protocol.ContextBundle) error
- func (c *ComponentKVList) SetComponent(component *apistructs.Component) error
- type EdgeKVListDataItem
- type EdgeKVListState
- type ItemValue
- type ItemValueContent
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) Render ¶
func (c *ComponentKVList) Render(ctx context.Context, component *apistructs.Component, scenario apistructs.ComponentProtocolScenario, event apistructs.ComponentEvent, gs *apistructs.GlobalStateData) 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 EdgeKVListState ¶
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.