Documentation
¶
Index ¶
Constants ¶
View Source
const ( ProjectCreateChannel = "project.create" ProjectUpdateChannel = "project.update" ProjectRunChannel = "project.run" )
View Source
const ( StoreInsertChannel = "store.insert" StoreRemoveChannel = "store.remove" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct {
// contains filtered or unexported fields
}
func (*Event) IsPropagationStopped ¶
IsPropagationStopped returns whether further event listeners should be triggered
func (*Event) StopPropagation ¶
func (e *Event) StopPropagation()
StopPropagation Stops the propagation of the event to further event listeners
type ProjectEvent ¶
Click to show internal directories.
Click to hide internal directories.