Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComponentAddPodDrawer ¶
type ComponentAddPodDrawer struct { Type string `json:"type,omitempty"` Props Props `json:"props"` State State `json:"state"` // contains filtered or unexported fields }
func (*ComponentAddPodDrawer) InitComponent ¶
func (d *ComponentAddPodDrawer) InitComponent(ctx context.Context)
func (*ComponentAddPodDrawer) Render ¶
func (d *ComponentAddPodDrawer) Render(ctx context.Context, component *cptype.Component, _ cptype.Scenario, event cptype.ComponentEvent, gs *cptype.GlobalStateData) error
func (*ComponentAddPodDrawer) Transfer ¶
func (d *ComponentAddPodDrawer) Transfer(c *cptype.Component)
Click to show internal directories.
Click to hide internal directories.