Build a PatchEntry with the value typed from the literal path, resolved against AnyBit.
value
path
For append, the value is typed as an element of the array at the path.
append
patchEntry("instruction", "set", [{ type: "paragraph", content: [] }]);patchEntry("id", "append", "1234");patchEntry("cards[0].question", "delete"); Copy
patchEntry("instruction", "set", [{ type: "paragraph", content: [] }]);patchEntry("id", "append", "1234");patchEntry("cards[0].question", "delete");
Build a PatchEntry with the
valuetyped from the literalpath, resolved against AnyBit.For
append, the value is typed as an element of the array at the path.