Documentation ¶
Index ¶
- type Column
- type ContainerTable
- func (containerTable *ContainerTable) GenComponentState(component *cptype.Component) error
- func (containerTable *ContainerTable) Init(ctx servicehub.Context) error
- func (containerTable *ContainerTable) Render(ctx context.Context, c *cptype.Component, s cptype.Scenario, ...) error
- func (containerTable *ContainerTable) Transfer(component *cptype.Component)
- type Data
- type Images
- type Operate
- type Operation
- type Props
- type Scroll
- type State
- type Status
- type StyleConfig
- type Value
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerTable ¶
type ContainerTable struct { Type string `json:"type,omitempty"` Props Props `json:"props"` Data map[string][]Data `json:"data"` State State `json:"state,omitempty"` }
func (*ContainerTable) GenComponentState ¶
func (containerTable *ContainerTable) GenComponentState(component *cptype.Component) error
func (*ContainerTable) Init ¶
func (containerTable *ContainerTable) Init(ctx servicehub.Context) error
func (*ContainerTable) Render ¶
func (containerTable *ContainerTable) Render(ctx context.Context, c *cptype.Component, s cptype.Scenario, event cptype.ComponentEvent, gs *cptype.GlobalStateData) error
func (*ContainerTable) Transfer ¶
func (containerTable *ContainerTable) Transfer(component *cptype.Component)
type StyleConfig ¶
type StyleConfig struct {
Color string `json:"color"`
}
Click to show internal directories.
Click to hide internal directories.