JavierAroche / descriptor-info

JSX module to recursively get all the properties in an ActionDescriptor used in Adobe applications
MIT License
57 stars 3 forks source link

Missing info about unit in UnitDoubleType #11

Open jardicc opened 7 years ago

jardicc commented 7 years ago

There are two double(decimal) types: 1) DOUBLETYPE - only number 2) UNITDOUBLE - this data type has extra information about which unit is there, but we don't have this info in output

Example: var strokeDoubleType = desc.getUnitDoubleType(stringIDToTypeID('strokeStyleLineWidth'));