MotionScript

@motion-script/core


@motion-script/core / InsetsProps

Type Alias: InsetsProps

InsetsProps = number | Partial<InsetsResolved> & Partial<SymmetricInsets>

Defined in: attributes/layout/insets.ts:22

User-facing edge-inset input. Accepts:

  • a single number (uniform on all sides)
  • per-side values (left, right, top, bottom)
  • symmetric shorthands (horizontal, vertical) Mixed forms are allowed; specific sides take precedence over shorthands.