MotionScript

@motion-script/core


@motion-script/core / EFFECT_OPTION_KEYS

Variable: EFFECT_OPTION_KEYS

const EFFECT_OPTION_KEYS: readonly ["mode"]

Defined in: attributes/shape/effects/effect-data.ts:105

The EffectOptions keys withEffectOptions copies onto a built effect. satisfies keeps this in lockstep with the interface (mirroring TEXT_STYLE_KEYS), and withEffectOptions iterates it rather than naming fields, so adding an option here is the only edit needed.