package editor_events
import "kaiju/editor/editor_events"
Types
EditorEvents
struct
type EditorEvents struct {
// OnContentAdded sends list of content ids that have been added
OnContentAdded events.EventWithArg[[]string]
// OnContentRemoved sends list of content ids that have been removed
OnContentRemoved events.EventWithArg[[]string]
}