Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Breadcrumb ¶
type ComponentAction ¶
type ComponentAction struct { base.DefaultProvider Type string `json:"type"` Props map[string]interface{} `json:"props"` State state `json:"state"` Operations map[string]interface{} `json:"operations"` Data map[string]interface{} `json:"data"` // contains filtered or unexported fields }
func (*ComponentAction) Render ¶
func (a *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.