This repository was archived by the owner on Jan 19, 2025. It is now read-only.
This repository was archived by the owner on Jan 19, 2025. It is now read-only.
Add "None" to parameter annotations #389
Closed
Description
Currently possible selections in attribute / optional / constant include DefaultBoolean / DefaultString and DefaultNumber.
However, there is no possibility to select "None" as default value currently.
The selection should be extended by a "None" option since it frequently appears in python libraries.