Breadcrumbs

Create a list of component to display their respective view

How do you create a dropdown that list some components and display their view when you select it. Example with BooleanSchedule below

image2022-3-27_23-50-4-.png


  1. Add a QueryToComponentViewer card into your page

  2. Add a query to select your components. Example: station:|slot:|neql: n:type='schedule:BooleanSchedule'

  3. Define the agent, e.g. the view you want to display. Example: schedule:Scheduler

  4. Define how you want each component to be displayed in the dropdown list. Example: %displayName%

image2022-3-28_0-2-6-.png


Download the FlewView example:

You don't know what to do with this file? Check this out

schedules.json


You can apply this principle to any component using neql or bql.