Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommonTable ¶
type CommonTable struct { State State `json:"state"` Type string `json:"type"` Operations map[apistructs.OperationKey]apistructs.Operation `json:"operations"` Props Props `json:"props"` Data Data `json:"data"` }
type Data ¶
type Data struct {
List []NotifyTableList `json:"list"`
}
type NotifyTableList ¶
type Operate ¶
type Operate struct { RenderType string `json:"renderType"` Value string `json:"value"` Operations map[string]Operations `json:"operations"` }
type Operations ¶
type PropColumn ¶
type Props ¶
type Props struct { RowKey string `json:"rowKey"` Columns []PropColumn `json:"columns"` Pagination bool `json:"pagination"` }
Click to show internal directories.
Click to hide internal directories.