File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
src/apps/weblib/typeschema-api Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 11---
22definitions :
3- LengthUnit :
3+ Length :
44 description : |
5- LengthUnit can be set in pixels or in percentage of the element or the element's
5+ Length can be set in pixels or in percentage of the element or the element's
66 font size. Pixel is the default unit.
77 oneOf :
88 - { type: string, mask: /:number:px/ }
99 - { type: string, mask: /:number:%/ }
1010 - { type: string, mask: /:number:em/ }
1111 - type : number
12- Length :
13- description : |
14- Length can be LengthUnit or addition of LengthUnits.
15- oneOf :
16- - { type: string, mask: /:LengthUnit:/ }
17- - { type: string, mask: '/:LengthUnit:+:LengthUnit:/' }
18- - { type: string, mask: '/:LengthUnit:+:LengthUnit:+:LengthUnit:/' }
1912
2013 Angle :
2114 description : |
You can’t perform that action at this time.
0 commit comments