Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultPageSize = 10 DefaultPageNo = 1 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArchiveStatus ¶
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 { State state `json:"state"` Props spec.Props `json:"props"` Data map[string]interface{} `json:"data"` // contains filtered or unexported fields }
func (*ComponentSpaceList) Render ¶
func (a *ComponentSpaceList) Render(ctx context.Context, c *cptype.Component, scenario cptype.Scenario, event cptype.ComponentEvent, gs *cptype.GlobalStateData) error
type ExtraInfos ¶
type ListSpaceOperation ¶
Click to show internal directories.
Click to hide internal directories.