Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + type ComponentAction struct + Data map[string]interface{} + Operations map[string]interface{} + Props map[string]interface{} + State State + Type string + func (ca *ComponentAction) Render(ctx context.Context, c *cptype.Component, scenario cptype.Scenario, ...) error + func (i *ComponentAction) GenComponentState(c *cptype.Component) error + type State struct + Value []int64