set_mobile_position
Position a visual precisely on mobile layouts by setting x, y, width, height on the 320-pixel phone canvas. Optionally apply mobile-specific formatting overrides.
Instructions
Place one visual on the phone (mobile) layout at x,y,width,height on the 320-wide phone canvas (a second layouts entry). Use for precise mobile control. mobileFormat (optional) is a set_visual_format-shaped JSON { vcObjects/objects } of MOBILE-SPECIFIC formatting overrides (e.g. a smaller title or hidden legend on phone) stamped onto the mobile layout entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| width | Yes | ||
| height | Yes | ||
| pageName | Yes | ||
| visualName | Yes | ||
| mobileFormat | No | optional JSON of mobile-specific formatting overrides { vcObjects/objects } | |
| reportSessionId | Yes |