@sankhyalabs/core-docs 5.20.0-dev.18 → 5.20.0-dev.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/classes/DataUnit.md +1 -3
- package/package.json +1 -1
package/classes/DataUnit.md
CHANGED
@@ -2174,7 +2174,7 @@ src/dataunit/DataUnit.ts:1068
|
|
2174
2174
|
|
2175
2175
|
### setFieldValue()
|
2176
2176
|
|
2177
|
-
> **setFieldValue**(`fieldName`, `newValue`, `records
|
2177
|
+
> **setFieldValue**(`fieldName`, `newValue`, `records`?): `Promise`\<`boolean`\>
|
2178
2178
|
|
2179
2179
|
Insere valor no campo desejado.
|
2180
2180
|
|
@@ -2192,8 +2192,6 @@ Valor a ser inserido no campo.
|
|
2192
2192
|
|
2193
2193
|
Indica quais registros foram afetados pela alteração no valor do campo.
|
2194
2194
|
|
2195
|
-
• **options?**: `any`
|
2196
|
-
|
2197
2195
|
#### Returns
|
2198
2196
|
|
2199
2197
|
`Promise`\<`boolean`\>
|