<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>ui.feature Client Message</title><link>https://community.telligent.com/community/11/w/api-documentation/67124/ui-feature-client-message</link><description /><dc:language>en-US</dc:language><generator>14.0.0.586 14</generator><item><title>ui.feature Client Message</title><link>https://community.telligent.com/community/11/w/api-documentation/67124/ui-feature-client-message</link><pubDate>Tue, 19 Nov 2019 20:26:58 GMT</pubDate><guid isPermaLink="false">dd216fe5-c514-49a0-84ea-9b6c4fd0edb0</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/11/w/api-documentation/67124/ui-feature-client-message#comments</comments><description>Current Revision posted to API Documentation by Ben Tiedt on 11/19/2019 20:26:58&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;h3&gt;&lt;a id="ui_feature_Message" name="ui_feature_Message"&gt;&lt;/a&gt;ui.feature Message&lt;/h3&gt;
&lt;p&gt;[[messaging JavaScript API Module|Client-side message]] raised and consumed by the [[evolutionFeature jQuery Plugin|jQuery.evolutionFeature plugin]], allowing multiple instances of the plugin to stay in synchronization. The message is raised when the user features or un features a piece of content. Other scripts can also handle this event.&lt;/p&gt;
&lt;h3&gt;&lt;a id="Usage" name="Usage"&gt;&lt;/a&gt;Usage&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;$.telligent.evolution.messaging.subscribe(&amp;#39;ui.feature&amp;#39;, function(data) {
    // handle the event
});
&lt;/code&gt;&lt;/pre&gt;

&lt;h3&gt;&lt;a id="Data" name="Data"&gt;&lt;/a&gt;Data&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;contentId&lt;/code&gt;: content id (string)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;contentTypeId&lt;/code&gt;: content type id (string)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;typeId&lt;/code&gt;: feature type id (optional string)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;value&lt;/code&gt;: if the content is featured (boolean)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;panelUrl&lt;/code&gt;: (string) url to open features explicit panel&lt;/li&gt;
&lt;/ul&gt;
&lt;hr class="generated-documentation-end" style="border-width:0;" /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>