Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComponentAction ¶
type ComponentAction struct { Name string `json:"name"` Type string `json:"type"` State State `json:"state"` Props map[string]interface{} `json:"props"` Operations map[string]interface{} `json:"operations"` Data Data `json:"data"` // contains filtered or unexported fields }
func (*ComponentAction) GenComponentState ¶
func (ca *ComponentAction) GenComponentState(c *cptype.Component) error
func (*ComponentAction) Render ¶
func (ca *ComponentAction) Render(ctx context.Context, c *cptype.Component, scenario cptype.Scenario, event cptype.ComponentEvent, gs *cptype.GlobalStateData) error
Click to show internal directories.
Click to hide internal directories.