figma_set_flow_starting_point
Assign a FRAME as a prototype flow starting point, setting the flow name displayed in Figma's Prototype panel. 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 |
|---|---|---|---|
| name | Yes | Flow name shown in Prototype panel (e.g. 'Login Akışı'). | |
| nodeId | Yes | FRAME node id to mark as a starting point. | |
| replace | No | true: replace entire array; false (default): append or update same nodeId. | |
| description | No |