type DebugEvent
The type of event that’s emitted by Binding.debugEmitter.
static
type DebugEvent = ManagedEvent<GlobalEmitter<DebugEvent>, { binding: Binding; value?: any; bound: boolean; }, "Debug">
Related
- class BindingA class that represents a property binding.