Skip to content

Commit 87f4aee

Browse files
committed
docs: add getCallbackToStateMapping() function to API-INTERNAL.md for test environment utility
1 parent 53df340 commit 87f4aee

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

API-INTERNAL.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,9 @@ that this internal function allows passing an additional <code>mergeReplaceNullP
145145
Any existing collection members not included in the new data will not be removed.
146146
Retries on failure.</p>
147147
</dd>
148+
<dt><a href="#getCallbackToStateMapping">getCallbackToStateMapping()</a></dt>
149+
<dd><p>Getter - returns the callback to state mapping, useful in test environments.</p>
150+
</dd>
148151
<dt><a href="#clearOnyxUtilsInternals">clearOnyxUtilsInternals()</a></dt>
149152
<dd><p>Clear internal variables used in this file, useful in test environments.</p>
150153
</dd>
@@ -519,6 +522,12 @@ Retries on failure.
519522
| params.collection | Object collection keyed by individual collection member keys and values |
520523
| retryAttempt | retry attempt |
521524

525+
<a name="getCallbackToStateMapping"></a>
526+
527+
## getCallbackToStateMapping()
528+
Getter - returns the callback to state mapping, useful in test environments.
529+
530+
**Kind**: global function
522531
<a name="clearOnyxUtilsInternals"></a>
523532

524533
## clearOnyxUtilsInternals()

0 commit comments

Comments
 (0)