Skip to content

gi-nx


gi-nx / SdkDrawOverlay

ts
type SdkDrawOverlay = {
  featureId: FeatureId;
  nodeId?: string;
};

The flow handle to edit, as passed to setFlowDrawingOverlay.

Properties ​

PropertyTypeDescription
featureIdFeatureIdFeature to edit
nodeId?stringNode in that feature's flow to edit; defaults to the first node with an editable handle

References ​