Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComponentAction ¶
type ComponentAction struct { State State `json:"state,omitempty"` InParams InParams `json:"-"` // contains filtered or unexported fields }
func (*ComponentAction) Render ¶
func (f *ComponentAction) Render(ctx context.Context, c *cptype.Component, scenario cptype.Scenario, event cptype.ComponentEvent, gs *cptype.GlobalStateData) error
type State ¶
type State struct {
Values common.FilterConditions `json:"values,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.