You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have a Delta interface in addition to the class. That way, we could describe existing serialized data accurately, without having to create class instances.
As far as I understand this; such an interface could be as simple as:
interface QuillDelta {
ops: Op[];
}
Does this exist somewhere already?
The text was updated successfully, but these errors were encountered:
It would be nice to have a Delta interface in addition to the class. That way, we could describe existing serialized data accurately, without having to create class instances.
As far as I understand this; such an interface could be as simple as:
Does this exist somewhere already?
The text was updated successfully, but these errors were encountered: