Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerTable ¶
type ContainerTable struct {
base.DefaultProvider
Type string `json:"type"`
Data map[string][]Data `json:"data"`
Props Props `json:"props"`
State State `json:"state,omitempty"`
}
func (*ContainerTable) GenComponentState ¶
func (containerTable *ContainerTable) GenComponentState(component *cptype.Component) error
func (*ContainerTable) Render ¶
func (containerTable *ContainerTable) Render(ctx context.Context, c *cptype.Component, s cptype.Scenario, event cptype.ComponentEvent, gs *cptype.GlobalStateData) error
type Status ¶
type Status struct {
RenderType string `json:"renderType"`
Size string `json:"size,omitempty"`
Value StatusValue `json:"value,omitempty"`
}
type StatusValue ¶
type StyleConfig ¶
type StyleConfig struct {
Color string `json:"color"`
}
Click to show internal directories.
Click to hide internal directories.