Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
CompName = "issueGantt"
)
Functions ¶
func RenderCreator ¶
func RenderCreator() protocol.CompRender
Types ¶
type Gantt ¶
type Gantt struct { CtxBdl protocol.ContextBundle `json:"-"` // 从全局状态返回给框架 Uids []string gantt.CommonGantt }
func (*Gantt) Export ¶
func (g *Gantt) Export(c *apistructs.Component, gs *apistructs.GlobalStateData) error
func (*Gantt) Render ¶
func (g *Gantt) Render(ctx context.Context, c *apistructs.Component, scenario apistructs.ComponentProtocolScenario, event apistructs.ComponentEvent, gs *apistructs.GlobalStateData) error
func (*Gantt) RenderOnFilter ¶
func (g *Gantt) RenderOnFilter(c *apistructs.Component) error
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.