Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
I18nLocalePrefixKey = "wb.content.pipeline.file.tree.node.form."
)
Functions ¶
func RenderCreator ¶
func RenderCreator() protocol.CompRender
Types ¶
type ComponentNodeFormModal ¶
type ComponentNodeFormModal struct { CtxBdl protocol.ContextBundle Type string `json:"type"` Props map[string]interface{} `json:"props"` State fileTree.AddNodeOperationCommandState `json:"state"` }
func (*ComponentNodeFormModal) Render ¶
func (a *ComponentNodeFormModal) Render(ctx context.Context, c *apistructs.Component, scenario apistructs.ComponentProtocolScenario, event apistructs.ComponentEvent, _ *apistructs.GlobalStateData) (err error)
func (*ComponentNodeFormModal) SetBundle ¶
func (a *ComponentNodeFormModal) SetBundle(b protocol.ContextBundle) error
type SubmitOperations ¶
Click to show internal directories.
Click to hide internal directories.