Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderCreator ¶
func RenderCreator() protocol.CompRender
Types ¶
type ClickOperation ¶
type ComponentList ¶
type ComponentList struct { CtxBdl protocol.ContextBundle Operations map[string]interface{} `json:"operations"` State State `json:"state"` Props Props `json:"props"` Data []Org `json:"data"` }
func (*ComponentList) ExitOrg ¶
func (i *ComponentList) ExitOrg(event apistructs.ComponentEvent) error
func (*ComponentList) Render ¶
func (i *ComponentList) Render(ctx context.Context, c *apistructs.Component, _ apistructs.ComponentProtocolScenario, event apistructs.ComponentEvent, gs *apistructs.GlobalStateData) (err error)
func (*ComponentList) RenderMyOrgs ¶
func (i *ComponentList) RenderMyOrgs() error
func (*ComponentList) SetCtxBundle ¶
func (i *ComponentList) SetCtxBundle(b protocol.ContextBundle) error
type ExitOperation ¶
type ManageOperation ¶
type OperationBase ¶
Click to show internal directories.
Click to hide internal directories.