tuneEditorCallbacks property
TuneEditorCallbacks?
get
tuneEditorCallbacks
Provides access to the tune editor callbacks.
This getter returns the callback functions specific to the tune editor, enabling interaction with tune-related actions and events.
Implementation
TuneEditorCallbacks? get tuneEditorCallbacks => callbacks.tuneEditorCallbacks;