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