mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
added placeholder to docstring
This commit is contained in:
parent
4c7176c752
commit
a312c46384
1 changed files with 2 additions and 0 deletions
|
|
@ -550,6 +550,8 @@ class EnumDef(AbstractAttrDef):
|
|||
passed items or list of values for multiselection.
|
||||
multiselection (Optional[bool]): If True, multiselection is allowed.
|
||||
Output is list of selected items.
|
||||
placeholder (Optional[str]): Placeholder for UI purposes, only for
|
||||
multiselection enumeration.
|
||||
|
||||
"""
|
||||
type = "enum"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue