JavaScript back-end API
The BlueConic JavaScript back-end API documentation can be found here.
Alternatively, use the quick links below to jump to one of the main packages.
![]() |
DomainObjects modeling important parts of the BlueConic, e.g.: Channel, Connection, Dialogue, Plugin, ProfileProperty,Segment, User |
![]() |
StoreInterfaces to access objects, e.g.: connectionStore, dialogueStore, profilePropertyStore, segmentStore |
![]() |
SelectorInterfaces to retrieve stored objects, e.g.: AreaSelector, DialogueSelector, OptimizerSelector, ProfilePropertySelector,SegmentSelector |
![]() |
FormsUseful form widgets, e.g.: Label, SimpleInputWrapper |
![]() |
PluginsA common foundation for objects, e.g.: _BaseConnection, _BaseInsight, _BaseInsightSettings, _BaseInteraction,_BaseListener, _BaseToolbar |
![]() |
MixinsUseful behaviours, e.g.: _PausableMixin, _StoreBasedItemWidgetMixin |
To learn about using the Backend API, see the tutorials under Getting Started.