Documentation
¶
Index ¶
- type BatchOperationTipModal
- func (bot *BatchOperationTipModal) DeleteItems(itemIDs []string, projectID uint64) (*pb.BatchDeleteIssueResponse, error)
- func (bot *BatchOperationTipModal) Render(ctx context.Context, c *cptype.Component, scenario cptype.Scenario, ...) error
- func (bot *BatchOperationTipModal) SetComponent(c *cptype.Component) error
- type Meta
- type Operation
- type Props
- type State
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchOperationTipModal ¶
type BatchOperationTipModal struct {
Type string `json:"type"`
Props Props `json:"props"`
State State `json:"state"`
Operations map[string]interface{} `json:"operations"`
SDK *cptype.SDK
CtxBdl *bundle.Bundle
// contains filtered or unexported fields
}
func (*BatchOperationTipModal) DeleteItems ¶
func (bot *BatchOperationTipModal) DeleteItems(itemIDs []string, projectID uint64) (*pb.BatchDeleteIssueResponse, error)
func (*BatchOperationTipModal) Render ¶
func (bot *BatchOperationTipModal) Render(ctx context.Context, c *cptype.Component, scenario cptype.Scenario, event cptype.ComponentEvent, gs *cptype.GlobalStateData) error
func (*BatchOperationTipModal) SetComponent ¶
func (bot *BatchOperationTipModal) SetComponent(c *cptype.Component) error
type Meta ¶
type Meta struct {
Type cptype.OperationKey `json:"type"`
}
Click to show internal directories.
Click to hide internal directories.