You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please specify what version of the library you are using: [ 3.10 ]
Please specify what version(s) of PowerPoint you are targeting: [ any ]
Expected / Desired Behavior / Question
When the sizing properties of ImageProps are specified as a percentage of the slide dimensions, the code should compile in Typescript, because it works at runtime:
Version
Please specify what version of the library you are using: [ 3.10 ]
Please specify what version(s) of PowerPoint you are targeting: [ any ]
Expected / Desired Behavior / Question
When the sizing properties of ImageProps are specified as a percentage of the slide dimensions, the code should compile in Typescript, because it works at runtime:
sizing w, h, x, y should be typed
Coord
, the same asPositionProps
and others.Observed Behavior
Typescript reports error "Type 'string' is not assignable to type 'number'." because those four properties are all typed
number
.Steps to Reproduce
Type the above into VS Code.
I will submit a pull request.
The text was updated successfully, but these errors were encountered: