Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InfoMapTable ¶
type InfoMapTable struct { *cptype.SDK Ctx context.Context base.DefaultProvider Type string `json:"type"` Props Props `json:"props"` Data map[string][]Pair `json:"data"` }
func (*InfoMapTable) Render ¶
func (infoMapTable *InfoMapTable) Render(ctx context.Context, c *cptype.Component, s cptype.Scenario, event cptype.ComponentEvent, gs *cptype.GlobalStateData) error
type Label ¶
type Label struct { Value string `json:"value"` RenderType string `json:"renderType"` StyleConfig StyleConfig `json:"styleConfig"` }
type StyleConfig ¶
type StyleConfig struct {
FontWeight string `json:"fontWeight"`
}
Click to show internal directories.
Click to hide internal directories.