type AttachObserverFunction
Type definition for the callback function argument passed to ManagedObject.attach() and ManagedObject.autoAttach().
static
type AttachObserverFunction<T extends ManagedObject> = (target?: T, event?: ManagedChangeEvent<T>) => void
Related
- class ManagedObjectThe base class of all managed objects, which can be placed into a tree structure to enable event handling and data binding.