Files
directus/app/src/displays
2020-08-12 13:56:41 -04:00
..
2020-08-12 13:25:48 -04:00
2020-08-12 13:56:41 -04:00
2020-08-11 11:24:14 -04:00
2020-07-29 11:24:52 -04:00
2020-07-29 11:24:52 -04:00
2020-08-11 10:44:51 -04:00
2020-08-11 11:24:14 -04:00
2020-08-11 11:24:14 -04:00
2020-08-11 16:18:57 -04:00
2020-07-29 11:24:52 -04:00
2020-07-29 11:24:52 -04:00
2020-08-11 11:24:14 -04:00
2020-08-12 13:28:04 -04:00
2020-07-29 11:24:52 -04:00
2020-08-12 13:56:41 -04:00
2020-07-29 11:24:52 -04:00
2020-08-11 10:44:51 -04:00

Displays

Displays are functions / components that are used in the system to display data. They are small wrappers that help display values in a matter that makes sense for the saved value, for example rendering a color swatch for a saved color value.

Functions vs Components

A Display can either be a function, or a component. The function gets the value, and returns a string of how to display this value. A Vue component similarly gets the value through the value prop, and can render whatever makes sense for the value.