APIs for Swym Powered buttons
Add support for buttons to be powered by Swym features like Add to wishlist
swat.initializeActionButtons
Initialize Swym powered buttons on custom triggers like dynamic loads, re-rendered DOM elements, etc.
Definition
swat.initializeActionButtons(containerSelector, selector);
API Parameters
Argument | Type | Required | Description |
---|---|---|---|
containerSelector | string | Optional | A CSS selector for the container in which action buttons should be initialized. If null, no initialization occurs. Defaults to body |
selector | string | Optional | A CSS selector to filter elements for configuration. Defaults to [data-swaction] . |
Usage
Typically used on collections pages that are rendered using varied methods like filtering on the fly, sorting in page, dynamic pagination with an API call. This API can be invoked at the end of the render to ensure all related Swym buttons are also loaded with state (eg: added or not added to wishlist) and functionality.
Examples of usage on our help articles
Updated 20 days ago