Skip to content
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.

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