Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderCreator ¶
func RenderCreator() protocol.CompRender
Types ¶
type ClickOperation ¶
type Command ¶
type Command struct { Key string `json:"key"` Target string `json:"target"` JumpOut bool `json:"jumpOut"` State CommandState `json:"state"` }
type CommandState ¶
type CommandState struct {
Params Params `json:"params"`
}
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) Render ¶
func (i *ComponentList) Render(ctx context.Context, c *apistructs.Component, _ apistructs.ComponentProtocolScenario, event apistructs.ComponentEvent, gs *apistructs.GlobalStateData) (err error)
func (*ComponentList) RenderPublicOrgs ¶
func (i *ComponentList) RenderPublicOrgs() 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.