Documentation ¶ Index ¶ type Control func New(app eventlink.AppFramer, mapModel *mapmodel.MindMap, mapView *mapview.View, ...) *Control func (c *Control) Action(ctx context.Context, app eventlink.App) func (c *Control) Wait() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Control ¶ type Control struct { // contains filtered or unexported fields } func New ¶ func New(app eventlink.AppFramer, mapModel *mapmodel.MindMap, mapView *mapview.View, modView *modified.View, appClip *appclip.Clipboard, ) *Control func (*Control) Action ¶ func (c *Control) Action(ctx context.Context, app eventlink.App) func (*Control) Wait ¶ func (c *Control) Wait() Source Files ¶ View all Source files control.go Click to show internal directories. Click to hide internal directories.