You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "<p>React hook to create a new imperative handle reference, similar to <code>useRegisterHandle()</code> except that it returns a sync state object (see useSyncState) and will cause rerenders in the controlled component.</p>",
1497
+
"parameter": {
1498
+
"fields": {
1499
+
"Parameter": [
1500
+
{
1501
+
"group": "Parameter",
1502
+
"type": "Mixed",
1503
+
"optional": false,
1504
+
"field": "id",
1505
+
"description": "<p>Array of properties, or <code>.</code> separated object path. e.g. ['path','to','handle'] or 'path.to.handle'. Identifies the full path to an imperative handle.</p>"
1506
+
},
1507
+
{
1508
+
"group": "Parameter",
1509
+
"type": "Mixed",
1510
+
"optional": false,
1511
+
"field": "initial",
1512
+
"description": "<p>value of the state handle.</p>"
"description": "<p>React hook to subscribe to updates to state on an imperative handle created by useRegisterSyncHandle. See useRegisterSyncHandle for full example.</p>",
1564
+
"parameter": {
1565
+
"fields": {
1566
+
"Parameter": [
1567
+
{
1568
+
"group": "Parameter",
1569
+
"type": "Mixed",
1570
+
"optional": false,
1571
+
"field": "id",
1572
+
"description": "<p>Array of properties, or <code>.</code> separated object path. e.g. ['path','to','handle'] or 'path.to.handle'. Identifies the full path to an imperative handle.</p>"
1573
+
},
1574
+
{
1575
+
"group": "Parameter",
1576
+
"type": "String|Array|Function",
1577
+
"optional": false,
1578
+
"field": "selector",
1579
+
"description": "<p>object path string or array, or selector function passed the sync state object (see useSyncState); returns seleted state</p>"
1580
+
},
1581
+
{
1582
+
"group": "Parameter",
1583
+
"type": "Mixed",
1584
+
"optional": true,
1585
+
"field": "default",
1586
+
"description": "<p>default selected value (if selector is String or Array)</p>"
"description": "<p>React hook to create a new imperative handle reference, similar to <code>useRegisterHandle()</code> except that it returns a sync state object (see useSyncState) and will cause rerenders in the controlled component.</p>",
1497
+
"parameter": {
1498
+
"fields": {
1499
+
"Parameter": [
1500
+
{
1501
+
"group": "Parameter",
1502
+
"type": "Mixed",
1503
+
"optional": false,
1504
+
"field": "id",
1505
+
"description": "<p>Array of properties, or <code>.</code> separated object path. e.g. ['path','to','handle'] or 'path.to.handle'. Identifies the full path to an imperative handle.</p>"
1506
+
},
1507
+
{
1508
+
"group": "Parameter",
1509
+
"type": "Mixed",
1510
+
"optional": false,
1511
+
"field": "initial",
1512
+
"description": "<p>value of the state handle.</p>"
"description": "<p>React hook to subscribe to updates to state on an imperative handle created by useRegisterSyncHandle. See useRegisterSyncHandle for full example.</p>",
1564
+
"parameter": {
1565
+
"fields": {
1566
+
"Parameter": [
1567
+
{
1568
+
"group": "Parameter",
1569
+
"type": "Mixed",
1570
+
"optional": false,
1571
+
"field": "id",
1572
+
"description": "<p>Array of properties, or <code>.</code> separated object path. e.g. ['path','to','handle'] or 'path.to.handle'. Identifies the full path to an imperative handle.</p>"
1573
+
},
1574
+
{
1575
+
"group": "Parameter",
1576
+
"type": "String|Array|Function",
1577
+
"optional": false,
1578
+
"field": "selector",
1579
+
"description": "<p>object path string or array, or selector function passed the sync state object (see useSyncState); returns seleted state</p>"
1580
+
},
1581
+
{
1582
+
"group": "Parameter",
1583
+
"type": "Mixed",
1584
+
"optional": true,
1585
+
"field": "default",
1586
+
"description": "<p>default selected value (if selector is String or Array)</p>"
0 commit comments