-
Notifications
You must be signed in to change notification settings - Fork 3
TopicSet
andy.rothwell edited this page Oct 4, 2018
·
3 revisions
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'
}
},
],