Skip to main content
Category: Shapes · Decorative: no data binding

Mental model

A Line is a divider or connector. A straight vector line to separate sections or connect elements visually.

Settings

Stroke controls the line’s color and thickness; opacity and optional rotation set its appearance and angle.

Script API example

The same interactions from a dashboard script:
// Hide the divider on small screens
if (context.device.screenWidth < 640) widget.hide('sectionDivider');

Arrow

A line with a directional arrowhead.