Protected_dataProtected_debounceProtected_dropProtected_prevEmits the given event with the specified arguments.
The name of the event to emit.
The arguments to pass to the event listeners.
Retrieves the listeners associated with the given event key.
The event key to retrieve the listeners for.
An array of listeners associated with the given event key.
Handles change events.
Handles the changes when an item is dropped.
Subscribes a callback function to the given event name. The callback function will be triggered only once when the event is emitted.
The name of the event to subscribe to.
The callback function to be executed when the event is emitted.
A function that triggers a refresh event.
Sets the data for the given variable.
Subscribes a callback function to the specified event name.
The key of the event.
The callback function to be executed when the event is triggered.
Converts the object into a plain JavaScript object.
Removes a callback function from the list of event listeners for the specified event.
The key of the event to unsubscribe from.
The callback function to remove from the event listeners.
Clears all event handlers registered for the current object.
Description
MVVM Object wrapper. Emmits change after setData