@adaptabletools/adaptable-cjs
Version:
Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
60 lines (59 loc) • 1.06 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Fdc3IntentConfiguration = void 0;
exports.Fdc3IntentConfiguration = {
CreateInteraction: {
icon: 'sync',
},
SendChatMessage: {
icon: 'chat',
},
StartCall: {
icon: 'call',
},
StartChat: {
icon: 'chat',
},
StartEmail: {
icon: 'mail',
},
ViewAnalysis: {
icon: 'spark-line',
},
ViewChat: {
icon: 'chat',
},
ViewChart: {
icon: 'pie-chart',
},
ViewContact: {
icon: 'person',
},
ViewHoldings: {
icon: 'building',
},
ViewInstrument: {
icon: 'money',
},
ViewInteractions: {
icon: 'interactions',
},
ViewMessages: {
icon: 'mail',
},
ViewNews: {
icon: 'news',
},
ViewOrders: {
icon: 'order',
},
ViewProfile: {
icon: 'badge',
},
ViewQuote: {
icon: 'quote',
},
ViewResearch: {
icon: 'science',
},
};