LegendDisplayMode
TODO docs
Note: "hidden" needs to remain as an option for plugins compatibility
Definition
class LegendDisplayMode(enum.StrEnum):
"""
TODO docs
Note: "hidden" needs to remain as an option for plugins compatibility
"""
LIST = "list"
TABLE = "table"
HIDDEN = "hidden"