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