[Embeddable] Flexible Titling System #148680
Labels
Feature:Embeddables
Relating to the Embeddable system
impact:medium
Addressing this issue will have a medium level of impact on the quality/strength of our product.
loe:large
Large Level of Effort
Team:Presentation
Presentation Team for Dashboard, Input Controls, and Canvas
What should we do?
Currently,
title
,description
, andhidePanelTitles
are fundamental pieces of every embeddable, and must be stored in theinput
and / oroutput
of the embeddable. Every embeddable must have one and only one title, and must store it in the same way.There are many cases where embeddables may not have titles, or may have a different requirement for showing titles internally. In order to allow flexibility for these use cases, we should use an interface and methods instead of tightly coupling titles to every embeddable type.
How is this done?
description
,title
,hideTitles
.The text was updated successfully, but these errors were encountered: