Documentation
¶
Index ¶
- Variables
- type Gantt
- func (g *Gantt) Export(c *cptype.Component, gs *cptype.GlobalStateData) error
- func (g *Gantt) Import(c *cptype.Component) error
- func (g *Gantt) Render(ctx context.Context, c *cptype.Component, scenario cptype.Scenario, ...) error
- func (g *Gantt) RenderOnFilter(ctx context.Context, c *cptype.Component) error
- func (g Gantt) SetStateToUrlQuery(c *cptype.Component) error
- type State
Constants ¶
This section is empty.
Variables ¶
View Source
var (
CompName = "issueGantt"
)
Functions ¶
This section is empty.
Types ¶
type Gantt ¶
type Gantt struct { // 从全局状态返回给框架 Uids []string gantt.CommonGantt base.DefaultProvider // contains filtered or unexported fields }
func (*Gantt) RenderOnFilter ¶
type State ¶
type State struct { // common state gantt.State IssuePagingRequest apistructs.IssuePagingRequest `json:"issuePagingRequest,omitempty"` }
Click to show internal directories.
Click to hide internal directories.