mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
updated docstring
This commit is contained in:
parent
115dd54733
commit
6b1d060a81
1 changed files with 4 additions and 1 deletions
|
|
@ -424,7 +424,10 @@ class TextDef(AbstractAttrDef):
|
||||||
|
|
||||||
|
|
||||||
class EnumDef(AbstractAttrDef):
|
class EnumDef(AbstractAttrDef):
|
||||||
"""Enumeration of single item from items.
|
"""Enumeration of items.
|
||||||
|
|
||||||
|
Enumeration of single item from items. Or list of items if multiselection
|
||||||
|
is enabled.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
items (Union[list[str], list[dict[str, Any]]): Items definition that
|
items (Union[list[str], list[dict[str, Any]]): Items definition that
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue