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"`
}
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"` FilterValues common.FrontendConditions `json:"filterValues,omitempty"` }
Click to show internal directories.
Click to hide internal directories.