Using this with AE sucks, as it doesn't (didn't) properly handle x.property() return types; it was always returning as PropertyBase, when it should be returning as Property or a PropertyGroup variant.
In addition, more precise property types would be SO much more useful than everything returning as an arbitrary value, so added that too.
SUI
add missing enums
add missing optional param for win.layout()
add more precise children/parent prop types
swap incorrect 'string' type with 'number' for other enums / enum-style values
AE
Using this with AE sucks, as it doesn't (didn't) properly handle
x.property()
return types; it was always returning asPropertyBase
, when it should be returning asProperty
or aPropertyGroup
variant.In addition, more precise property types would be SO much more useful than everything returning as an arbitrary
value
, so added that too.SUI