import SelectHelper from '@eastsideco/escshopify/src/plugins/easycurrency/helpers/SelectHelper.js'SelectHelper
Helper to bind select elements to EasyCurrency.
Constructor Summary
| Public Constructor | ||
| public |
constructor(easyCurrency: EasyCurrency) Construct a new instance of the helper. |
|
Member Summary
| Private Members | ||
| private |
|
|
Method Summary
| Public Methods | ||
| public |
link(element: DOMNode) Bind a input element with EasyCurrency. |
|
Public Constructors
public constructor(easyCurrency: EasyCurrency) source
Construct a new instance of the helper.
Params:
| Name | Type | Attribute | Description |
| easyCurrency | EasyCurrency |
Private Members
private _easyCurrency: EasyCurrency source
Public Methods
public link(element: DOMNode) source
Bind a input element with EasyCurrency.
Params:
| Name | Type | Attribute | Description |
| element | DOMNode |