Components

Link between data sources and layout ..

When you have the layout of the dashboard and the queries ready to get data using parameters, it's time to set the components.

CTools Components

Parameters act as shared values across components and are essential for dashboard interactivity:

• Function as data containers accessible by multiple components

• Enable component communication and updates

• Configuration:

- Set in input components as sources

- Configured as listeners in components that need updating

- Trigger updates when values change

x

Last updated

Was this helpful?