Skip to content

components

andy.rothwell edited this page Aug 25, 2018 · 1 revision

components Configuration

Used to fill the topics panel with components. The default for Mapboard is to fill the topics panel with topics, which requires entering:

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