added order and icon to

This commit is contained in:
Jakub Trllo 2025-08-21 14:15:02 +02:00
parent 0f65fe34a7
commit 700006692a

View file

@ -349,7 +349,9 @@ class LoaderActionItem:
entity_ids: set[str]
entity_type: str
label: str
order: int = 0
group_label: Optional[str] = None
icon: Optional[dict[str, Any]] = None
# Is filled automatically
plugin_identifier: str = None