figma_set_flow_starting_point
Set a FRAME as a prototype flow starting point in Figma's Prototype panel. Provide the flow name and optionally replace existing starting points.
Instructions
Mark a FRAME as a prototype flow starting point (shown in Figma Prototype panel). Uses page.setFlowStartingPointsAsync if available (future API), falls back to direct assignment. Description is stored via pluginData (Figma FlowStartingPoint shape is { nodeId, name } only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | FRAME node id to mark as a starting point. | |
| name | Yes | Flow name shown in Prototype panel (e.g. 'Login Akışı'). | |
| description | No | ||
| replace | No | true: replace entire array; false (default): append or update same nodeId. |