Searched defs:width (Results 1 – 4 of 4) sorted by relevance
| /napi_generator/test/storytest/test_bool/ |
| D | @ohos.test.d.ts | 21 width: Array<boolean>; property
|
| D | test.js | 95 { age: true, height: [false, false], width: [true, true] }); property
|
| /napi_generator/test/storytest/test_string/ |
| D | test.js | 94 { age: '18', height: ['20', '20'], width: ['18', '18'] }); property
|
| /napi_generator/test/storytest/test_number/ |
| D | test.js | 93 let ret = test.fun10({ age: 18, height: [20, 20], width: [18, 18] }); property
|