From df733abeccb51d640b50f547ae81ccf5f3e5cb5c Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Mon, 26 Aug 2019 23:08:47 +0200 Subject: [PATCH] Updated API docs --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index fc003fc..6f0b0a3 100644 --- a/API.md +++ b/API.md @@ -484,7 +484,7 @@ ___ **Setting Pass Structure Keys (primaryFields, secondaryFields, ...)**: ___ -Unlike method-set properties or overrides, to set fields inside areas (*primaryFields*, *secondaryFields*, *auxiliaryFields*, *headerFields*, *backFields*), this library make available a dedicated interface that extends native Array, to let you perform all the operations you need on the fields. Still, **shouldOverride** option, will determine whether default inserted fields should be kept or not. +Unlike method-set properties or overrides, to set fields inside _areas_ (*primaryFields*, *secondaryFields*, *auxiliaryFields*, *headerFields*, *backFields*), this library make available a dedicated interface that extends native Array, to let you perform all the operations you need on the fields. Fields already available in pass.json, will be automatically loaded in the library. Therefore, reading one of the _areas_, will also show those that were loaded. **Examples:**