Skip to content

Commit 12f4163

Browse files
author
RadAzzouz
committed
Update API documentation for getAnnotations {'annotations' : [instantJson]}
1 parent fab1cdd commit 12f4163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ class PSPDFKitView extends React.Component {
139139
* @param type The type of annotations to get (See here for types https://pspdfkit.com/guides/server/current/api/json-format/) or null to get all annotations.
140140
*
141141
* Returns a promise resolving an array with the following structure:
142-
* [instantJson]
142+
* {'annotations' : [instantJson]}
143143
*/
144144
getAnnotations = function (pageIndex, type) {
145145
if (Platform.OS === "android") {

0 commit comments

Comments
 (0)