gi-nx / SdkDrawOverlay
ts
type SdkDrawOverlay = {
featureId: FeatureId;
nodeId?: string;
};The flow handle to edit, as passed to setFlowDrawingOverlay.
Properties
| Property | Type | Description |
|---|---|---|
featureId | FeatureId | Feature to edit |
nodeId? | string | Node in that feature's flow to edit; defaults to the first node with an editable handle |