Ask questionsFeature request: Delta interface
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?
Answer
questions
reed-lawrence
I believe it only has a DeltaOperations static. I'm having difficulty utilizing Delta in typescript models without casting.
Related questions
No questions were found.