Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComponentAddPodButton ¶
type ComponentAddPodButton struct { base.DefaultProvider Type string `json:"type,omitempty"` Props Props `json:"props"` Operations map[string]interface{} `json:"operations,omitempty"` // contains filtered or unexported fields }
func (*ComponentAddPodButton) InitComponent ¶
func (b *ComponentAddPodButton) InitComponent(ctx context.Context)
func (*ComponentAddPodButton) Render ¶
func (b *ComponentAddPodButton) Render(ctx context.Context, component *cptype.Component, _ cptype.Scenario, event cptype.ComponentEvent, gs *cptype.GlobalStateData) error
func (*ComponentAddPodButton) Transfer ¶
func (b *ComponentAddPodButton) Transfer(component *cptype.Component)
Click to show internal directories.
Click to hide internal directories.