create_overlay
Configures a Figma frame to function as an interactive overlay in prototype mode, with options for positioning, background dimming, and click-outside behavior.
Instructions
Set up a frame as a modal/overlay in prototype mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | Overlay frame | |
| position | No | Overlay position (default: CENTER) | |
| closeOnClickOutside | No | Close when clicking outside (default: true) | |
| backgroundDim | No | Background dim opacity 0-1 (default: 0.5) |