create_effect_style
Create a reusable local effect style for shadows and blurs. Specify color and offset for shadows, radius for blurs, and get the style ID.
Instructions
Create a local effect style. Shadows (DROP_SHADOW / INNER_SHADOW) need color + offset; blurs (LAYER_BLUR / BACKGROUND_BLUR) need radius. Returns { ok, styleId, name }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Style name, e.g. "Elevation/Card" | |
| effects | Yes | ||
| description | No |