Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultPageSize = 10 DefaultPageNo = 1 )
Variables ¶
This section is empty.
Functions ¶
func RenderCreator ¶
func RenderCreator() protocol.CompRender
Types ¶
type ClickRowOperation ¶
type ClickRowOperation struct {
Key string `json:"key"`
Reload bool `json:"reload"`
Command ClickRowOperationCommand `json:"command"`
}
type ClickRowOperationCommandState ¶
type ClickRowOperationCommandState struct {
}
type ComponentSpaceList ¶
type ComponentSpaceList struct {
CtxBdl protocol.ContextBundle
State state `json:"state"`
Props spec.Props `json:"props"`
Data map[string]interface{} `json:"data"`
}
func (*ComponentSpaceList) Render ¶
func (a *ComponentSpaceList) Render(ctx context.Context, c *apistructs.Component, scenario apistructs.ComponentProtocolScenario, event apistructs.ComponentEvent, gs *apistructs.GlobalStateData) error
func (*ComponentSpaceList) SetBundle ¶
func (a *ComponentSpaceList) SetBundle(b protocol.ContextBundle) error
type ListSpaceOperation ¶
Click to show internal directories.
Click to hide internal directories.