Skip to content

TopicSet

andy.rothwell edited this page Oct 4, 2018 · 3 revisions

TopicSet

A TopicSet is a set of Topics.

A set of "closed" Topics looks like this:

An "open" Topic looks like this:

A Mapboard-based app does not include a TopicSet automatically. To include Topics, the following example code is put into the main.js

components: [
  {
    type: 'topic-set',
    options: {
      defaultTopic: 'property'
    }
  },
],
Clone this wiki locally