TopicPicker Event

Show the Add subscription view, and add subscription event

View dialog

Topic Picker View: An event dispatched when the topic picker is opened.

  • eventName - viewShow

  • viewName - topicPicker

  • moduleID - Module id from app config, or global

  • moduleName - Module name

  • moduleTitle - Module title from app config

Create subscription

TopicPicker Create Subscription events are dispatched when a user saves their choices made in the topic picker.

One event is dispatched for each choice that was made.

  • eventName - createStream

  • viewName - topicPicker

  • moduleID - Module ID from app config, or global

  • moduleName - Module name

  • moduleTitle - Module title from app config

  • streamID - Concept uuid

  • streamType - Open Content property name for the Concept type

  • subscriptionName - Subscription UUID

Last updated