Component File
Create computed properties, trigger actions, and add interactive elements to your template
Components
sample-integration/
├── components/
| └── sample-integration.jsSetup
'use strict';
polarity.export = PolarityComponent.extend({
// This is an valid component but does nothing
});Accessing Data
Actions
sendIntegrationMessage(payload)
Last updated