OptionallocalSelects an indirect dictionary created earlier in the same operation batch.
OptionalobjectSelects an existing indirect object by its positive PDF object number.
OptionalpathDictionary keys and zero-based array indices to traverse from the selected starting object.
OptionalrootSelects the document catalog. Mutually exclusive with objectNumber and localId.
Identifies an existing object or nested container for a raw edit.
Start with exactly one of:
root: true— the document catalog;objectNumber— an existing indirect object; orlocalId— an indirect dictionary created in the same worker batch.path, when present, is followed from that starting object. String components select dictionary keys (without/) and number components select zero-based array items. Indirect references encountered along the path are dereferenced automatically. Application code should normally obtain targets fromPdfRawObjectEditor.catalog(),object(),at(), orcreateDictionary()rather than constructing this wire shape directly.