Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
OpChangePageNo apistructs.OperationKey = "changePageNo"
)
View Source
var Operations = map[apistructs.OperationKey]apistructs.Operation{ OpChangePageNo: {Reload: true}, }
Functions ¶
This section is empty.
Types ¶
type CommonGantt ¶
type CommonGantt struct {
Version string `json:"version,omitempty"`
Name string `json:"name,omitempty"`
Type string `json:"type,omitempty"`
Props Props `json:"props,omitempty"`
State State `json:"state,omitempty"`
Operations map[apistructs.OperationKey]apistructs.Operation `json:"operations,omitempty"`
Data Data `json:"data,omitempty"`
}
type DataTask ¶
type DataTask struct {
RenderType RenderType `json:"renderType,omitempty"`
Value []DataTaskValue `json:"value,omitempty"`
}
type DataTaskValue ¶
type DateRange ¶
type DateRange struct {
RenderType RenderType `json:"renderType,omitempty"`
Value []DateRangeValue `json:"value,omitempty"`
}
type DateRangeValue ¶
type PropColumn ¶
type PropColumnData ¶
type Props ¶
type Props struct {
Visible bool `json:"visible"`
RowKey string `json:"rowKey,omitempty"`
ClassName string `json:"className,omitempty"`
Columns []PropColumn `json:"columns,omitempty"`
}
type RenderType ¶
type RenderType string
var ( RenderTypeGantt RenderType = "gantt" RenderTypeStringList RenderType = "string-list" RenderTypeMemberAvatar RenderType = "userAvatar" DefaultPageNo = uint64(1) DefaultPageSize = uint64(200) )
Click to show internal directories.
Click to hide internal directories.