Apply a connector
Pass the config inline. The Element resolves each binding and writes it to the first matching control, dispatchinginput and change so your framework reacts:
Binding shape
'pageCount' | 'fileCount' | 'width' | 'height' | 'area'
required
'quantity' | 'width' | 'height' | 'area'
Auto-fills the built-in preset selectors for common Shopify / WooCommerce / PrestaShop / Magento themes.
string
A CSS selector tried first, for theme-specific markup.
'mm' | 'cm' | 'in' | 'pt' | number
Dimensional sources are millimetres. For
area, the factor is squared automatically.number
'round' | 'floor' | 'ceil'
Plugin authors usually don’t build bindings by hand. The connector arrives as JSON from your backend (fetched from Filecheck); pass it straight through as the
connector option, or resolve it server-side with connectorId.