
org.stjs.bridge.react.internal.ReactReconcileTransaction Maven / Gradle / Ivy
package org.stjs.bridge.react.internal;
/**
* Currently:
* - The order that these are listed in the transaction is critical:
* - Suppresses events.
* - Restores selection range.
*
* Future:
* - Restore document/overflow scroll positions that were unintentionally
* modified via DOM insertions above the top viewport boundary.
* - Implement/integrate with customized constraint based layout system and keep
* track of which dimensions must be remeasured.
*/
public class ReactReconcileTransaction extends Transaction {
public enum TRANSACTION_WRAPPERS {
PUT_LISTENER_QUEUEING, SELECTION_RESTORATION, EVENT_SUPPRESSION, ON_DOM_READY_QUEUEING
}
/**
* @return {array
© 2015 - 2025 Weber Informatics LLC | Privacy Policy