@squeed/flow-sdk 2.0.33 → 2.0.35
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/README.md +6 -0
- package/dist/index.cjs +7 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -463,6 +463,12 @@ the source tree. Edit this single JSON source to keep the guide current.
|
|
|
463
463
|
|
|
464
464
|
## Callbacks
|
|
465
465
|
|
|
466
|
+
`isNodeVisible(id, edges, edgeMode)` exposes the same edge-mode visibility rule
|
|
467
|
+
used by Canvas. Pass edge data, not `{ data }` wrappers. In property-edge mode,
|
|
468
|
+
`root` is hidden unless it has a property connection; other modes retain it.
|
|
469
|
+
Hosts measuring embedded content can filter with this predicate before waiting
|
|
470
|
+
for node boxes. It does not report measurement readiness or connection isolation.
|
|
471
|
+
|
|
466
472
|
### All Icon-Label Views
|
|
467
473
|
|
|
468
474
|
Inside a diagram, `useNodeViewActions()` (or `useFlowDiagramContext()`) exposes
|