Skip to main content

Interface: QuickIcons

Configuration for quick action icons in different device contexts.

QuickIcons defines which action shortcuts are available in the configurator interface for both desktop and mobile experiences. These icons provide one-click access to commonly used functions, streamlining the configuration workflow.

Well-chosen quick icons improve usability by making frequent actions immediately accessible without requiring users to navigate through menus or panels.

Properties

desktop?

optional desktop: QuickIconsType[]

Quick action icons available in desktop interfaces.

This array defines which shortcuts appear in the desktop version of the configurator. Desktop interfaces typically have more screen space and can accommodate more action icons without creating visual clutter.

Common desktop quick actions might include zoom controls, view options, sharing functions, and dimension toggles.


mobile?

optional mobile: QuickIconsType[]

Quick action icons available in mobile interfaces.

This array defines which shortcuts appear in the mobile version of the configurator. Mobile interfaces have limited screen space, so quick icons should be carefully selected to include only the most essential functions.

Mobile quick actions often prioritize core navigation, zoom, and essential configuration functions while omitting secondary features available on desktop.