@sapui5/ts-types 1.121.2 → 1.122.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. package/package.json +1 -1
  2. package/types/{commons-1.121.0-d.ts → commons-1.122.0-d.ts} +4 -1
  3. package/types/{core-1.121.0-d.ts → core-1.122.0-d.ts} +337 -171
  4. package/types/dt-1.122.0-d.ts +3 -0
  5. package/types/index.d.ts +7 -7
  6. package/types/{mdc-1.121.0-d.ts → mdc-1.122.0-d.ts} +163 -39
  7. package/types/{mobile-1.121.0-d.ts → mobile-1.122.0-d.ts} +988 -55
  8. package/types/sap.apf.d.ts +1 -1
  9. package/types/sap.ca.ui.d.ts +1 -1
  10. package/types/sap.chart.d.ts +1 -1
  11. package/types/sap.collaboration.d.ts +9 -3
  12. package/types/sap.esh.search.ui.d.ts +1 -1
  13. package/types/sap.f.d.ts +45 -1
  14. package/types/sap.fe.core.d.ts +1 -1
  15. package/types/sap.fe.macros.d.ts +68 -272
  16. package/types/sap.fe.navigation.d.ts +116 -8
  17. package/types/sap.fe.placeholder.d.ts +1 -1
  18. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  19. package/types/sap.fe.templates.d.ts +1 -1
  20. package/types/sap.fe.test.d.ts +1 -1
  21. package/types/sap.fe.tools.d.ts +1 -1
  22. package/types/sap.feedback.ui.d.ts +1 -1
  23. package/types/sap.gantt.d.ts +53 -2
  24. package/types/sap.insights.d.ts +22 -1
  25. package/types/sap.makit.d.ts +1 -1
  26. package/types/sap.me.d.ts +1 -1
  27. package/types/sap.ndc.d.ts +1 -1
  28. package/types/sap.ovp.d.ts +1 -1
  29. package/types/sap.rules.ui.d.ts +1 -1
  30. package/types/sap.sac.df.d.ts +272 -196
  31. package/types/sap.suite.ui.commons.d.ts +1347 -84
  32. package/types/sap.suite.ui.generic.template.d.ts +5 -3
  33. package/types/sap.suite.ui.microchart.d.ts +1 -1
  34. package/types/sap.ui.codeeditor.d.ts +1 -1
  35. package/types/sap.ui.comp.d.ts +230 -25
  36. package/types/sap.ui.export.d.ts +1 -1
  37. package/types/sap.ui.fl.d.ts +1 -3
  38. package/types/sap.ui.generic.app.d.ts +1 -1
  39. package/types/sap.ui.generic.template.d.ts +1 -1
  40. package/types/sap.ui.integration.d.ts +5 -1
  41. package/types/sap.ui.layout.d.ts +4 -4
  42. package/types/sap.ui.richtexteditor.d.ts +1 -1
  43. package/types/sap.ui.rta.d.ts +1 -1
  44. package/types/sap.ui.suite.d.ts +1 -1
  45. package/types/sap.ui.support.d.ts +1 -1
  46. package/types/sap.ui.table.d.ts +15 -1
  47. package/types/sap.ui.testrecorder.d.ts +1 -1
  48. package/types/sap.ui.unified.d.ts +4 -4
  49. package/types/sap.ui.vbm.d.ts +1 -1
  50. package/types/sap.ui.vk.d.ts +92 -320
  51. package/types/sap.ui.vtm.d.ts +1 -1
  52. package/types/sap.ui.webc.common.d.ts +1 -1
  53. package/types/sap.ui.webc.fiori.d.ts +1 -1
  54. package/types/sap.ui.webc.main.d.ts +1 -1
  55. package/types/sap.uiext.inbox.d.ts +1 -1
  56. package/types/sap.ushell.d.ts +7 -482
  57. package/types/sap.ushell_abap.d.ts +1 -1
  58. package/types/sap.uxap.d.ts +50 -1
  59. package/types/sap.viz.d.ts +1 -1
  60. package/types/sap.webanalytics.core.d.ts +1 -1
  61. package/types/sap.zen.commons.d.ts +1 -1
  62. package/types/sap.zen.crosstab.d.ts +1 -1
  63. package/types/sap.zen.dsh.d.ts +1 -1
  64. package/types/{tnt-1.121.0-d.ts → tnt-1.122.0-d.ts} +1 -1
  65. package/types/{ux3-1.121.0-d.ts → ux3-1.122.0-d.ts} +3 -3
  66. package/types/dt-1.121.0-d.ts +0 -3
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.121.1
1
+ // For Library Version: 1.122.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -4303,8 +4303,6 @@ declare namespace sap {
4303
4303
  interface $ContentManagerSettings
4304
4304
  extends sap.ui.vk.$ContentManagerSettings {}
4305
4305
 
4306
- interface $MaterialSettings extends sap.ui.vk.$MaterialSettings {}
4307
-
4308
4306
  interface $NodeHierarchySettings
4309
4307
  extends sap.ui.vk.$NodeHierarchySettings {}
4310
4308
 
@@ -4689,7 +4687,7 @@ declare namespace sap {
4689
4687
  *
4690
4688
  * @returns Metadata object describing this class
4691
4689
  */
4692
- static getMetadata(): sap.ui.base.ManagedObjectMetadata;
4690
+ static getMetadata(): sap.ui.base.Metadata;
4693
4691
  }
4694
4692
  /**
4695
4693
  * Provides the ability to explore a Scene object's node structure.
@@ -17766,120 +17764,6 @@ declare namespace sap {
17766
17764
  listPanelStack?: sap.ui.vk.ListPanelStack;
17767
17765
  }
17768
17766
 
17769
- interface $MaterialSettings extends sap.ui.base.$ManagedObjectSettings {
17770
- /**
17771
- * Ambient colour (optional) - red, green, blue, and alpha
17772
- */
17773
- ambientColour?:
17774
- | sap.ui.core.CSSColor
17775
- | sap.ui.base.ManagedObject.PropertyBindingInfo
17776
- | `{${string}}`;
17777
-
17778
- /**
17779
- * Diffuse colour (optional) - red, green, blue, and alpha
17780
- */
17781
- diffuseColour?:
17782
- | sap.ui.core.CSSColor
17783
- | sap.ui.base.ManagedObject.PropertyBindingInfo
17784
- | `{${string}}`;
17785
-
17786
- /**
17787
- * Specular colour (optional) - red, green, blue, and alpha
17788
- */
17789
- specularColour?:
17790
- | sap.ui.core.CSSColor
17791
- | sap.ui.base.ManagedObject.PropertyBindingInfo
17792
- | `{${string}}`;
17793
-
17794
- /**
17795
- * Emissive colour (optional) - red, green, blue, and alpha
17796
- */
17797
- emissiveColour?:
17798
- | sap.ui.core.CSSColor
17799
- | sap.ui.base.ManagedObject.PropertyBindingInfo
17800
- | `{${string}}`;
17801
-
17802
- /**
17803
- * Opacity (optional)
17804
- */
17805
- opacity?:
17806
- | float
17807
- | sap.ui.base.ManagedObject.PropertyBindingInfo
17808
- | `{${string}}`;
17809
-
17810
- /**
17811
- * Glossiness (optional)
17812
- */
17813
- glossiness?:
17814
- | float
17815
- | sap.ui.base.ManagedObject.PropertyBindingInfo
17816
- | `{${string}}`;
17817
-
17818
- /**
17819
- * Line colour (optional) - red, green, blue, and alpha
17820
- */
17821
- lineColour?:
17822
- | sap.ui.core.CSSColor
17823
- | sap.ui.base.ManagedObject.PropertyBindingInfo
17824
- | `{${string}}`;
17825
-
17826
- /**
17827
- * Line width (optional)
17828
- */
17829
- lineWidth?:
17830
- | float
17831
- | sap.ui.base.ManagedObject.PropertyBindingInfo
17832
- | `{${string}}`;
17833
-
17834
- /**
17835
- * Diffuse texture (optional)
17836
- */
17837
- textureDiffuse?:
17838
- | sap.ui.vk.Texture
17839
- | sap.ui.base.ManagedObject.PropertyBindingInfo
17840
- | `{${string}}`;
17841
-
17842
- /**
17843
- * Bump texture (optional)
17844
- */
17845
- textureBump?:
17846
- | sap.ui.vk.Texture
17847
- | sap.ui.base.ManagedObject.PropertyBindingInfo
17848
- | `{${string}}`;
17849
-
17850
- /**
17851
- * Opacity texture (optional)
17852
- */
17853
- textureOpacity?:
17854
- | sap.ui.vk.Texture
17855
- | sap.ui.base.ManagedObject.PropertyBindingInfo
17856
- | `{${string}}`;
17857
-
17858
- /**
17859
- * Reflection texture (optional)
17860
- */
17861
- textureReflection?:
17862
- | sap.ui.vk.Texture
17863
- | sap.ui.base.ManagedObject.PropertyBindingInfo
17864
- | `{${string}}`;
17865
-
17866
- /**
17867
- * Emissive texture (optional)
17868
- */
17869
- textureEmissive?:
17870
- | sap.ui.vk.Texture
17871
- | sap.ui.base.ManagedObject.PropertyBindingInfo
17872
- | `{${string}}`;
17873
-
17874
- /**
17875
- * Ambient occlusion texture (optional)
17876
- */
17877
- textureAmbientOcclusion?:
17878
- | sap.ui.vk.Texture
17879
- | sap.ui.base.ManagedObject.PropertyBindingInfo
17880
- | `{${string}}`;
17881
- }
17882
-
17883
17767
  interface $NativeViewportSettings
17884
17768
  extends sap.ui.vk.$ViewportBaseSettings {
17885
17769
  /**
@@ -27105,17 +26989,17 @@ declare namespace sap {
27105
26989
  * Provides the interface for the material.
27106
26990
  *
27107
26991
  * The objects of this class should not be created directly.
27108
- *
27109
- * @experimental (since 1.60.0) - This class is experimental and might be modified or removed in future
27110
- * versions.
27111
26992
  */
27112
- class Material extends sap.ui.base.ManagedObject {
26993
+ abstract class Material extends sap.ui.base.Object {
27113
26994
  /**
27114
26995
  * Constructor for a new Material.
27115
26996
  *
27116
26997
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
27117
26998
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
27118
26999
  * of the syntax of the settings object.
27000
+ *
27001
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.base.Object#constructor sap.ui.base.Object }
27002
+ * can be used.
27119
27003
  */
27120
27004
  constructor();
27121
27005
 
@@ -27123,7 +27007,7 @@ declare namespace sap {
27123
27007
  * Creates a new subclass of class sap.ui.vk.Material with name `sClassName` and enriches it with the information
27124
27008
  * contained in `oClassInfo`.
27125
27009
  *
27126
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.base.ManagedObject.extend}.
27010
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.base.Object.extend}.
27127
27011
  *
27128
27012
  *
27129
27013
  * @returns Created class / constructor function
@@ -27149,418 +27033,306 @@ declare namespace sap {
27149
27033
  *
27150
27034
  * @returns Metadata object describing this class
27151
27035
  */
27152
- static getMetadata(): sap.ui.base.ManagedObjectMetadata;
27036
+ static getMetadata(): sap.ui.base.Metadata;
27153
27037
  /**
27154
- * Gets current value of property {@link #getAmbientColour ambientColour}.
27155
- *
27156
- * Ambient colour (optional) - red, green, blue, and alpha
27038
+ * Gets current value of material ambient colour Default value is "rgba(0, 0, 0, 1)".
27157
27039
  *
27158
- * Default value is `"rgba(0, 0, 0, 1)"`.
27159
27040
  *
27160
- *
27161
- * @returns Value of property `ambientColour`
27041
+ * @returns Ambient colour - red, green, blue, and alpha
27162
27042
  */
27163
27043
  getAmbientColour(): sap.ui.core.CSSColor;
27164
27044
  /**
27165
- * Gets current value of property {@link #getDiffuseColour diffuseColour}.
27166
- *
27167
- * Diffuse colour (optional) - red, green, blue, and alpha
27168
- *
27169
- * Default value is `"rgba(0, 0, 0, 1)"`.
27045
+ * Gets current value of material diffuse colour Default value is "rgba(0, 0, 0, 1)".
27170
27046
  *
27171
27047
  *
27172
- * @returns Value of property `diffuseColour`
27048
+ * @returns Diffuse colour - red, green, blue, and alpha
27173
27049
  */
27174
27050
  getDiffuseColour(): sap.ui.core.CSSColor;
27175
27051
  /**
27176
- * Gets current value of property {@link #getEmissiveColour emissiveColour}.
27052
+ * Gets current value of material emissive colour Default value is "rgba(0, 0, 0, 1)".
27177
27053
  *
27178
- * Emissive colour (optional) - red, green, blue, and alpha
27179
27054
  *
27180
- * Default value is `"rgba(0, 0, 0, 1)"`.
27181
- *
27182
- *
27183
- * @returns Value of property `emissiveColour`
27055
+ * @returns Emissive colour - red, green, blue, and alpha
27184
27056
  */
27185
27057
  getEmissiveColour(): sap.ui.core.CSSColor;
27186
27058
  /**
27187
- * Gets current value of property {@link #getGlossiness glossiness}.
27188
- *
27189
- * Glossiness (optional)
27190
- *
27191
- * Default value is `0.0`.
27059
+ * Gets current value of material glossiness Default value is 0.0
27192
27060
  *
27193
27061
  *
27194
- * @returns Value of property `glossiness`
27062
+ * @returns Glossiness
27195
27063
  */
27196
27064
  getGlossiness(): float;
27197
27065
  /**
27198
- * Gets current value of property {@link #getLineColour lineColour}.
27199
- *
27200
- * Line colour (optional) - red, green, blue, and alpha
27066
+ * Gets current value of material line colour Default value is "rgba(0, 0, 0, 1)".
27201
27067
  *
27202
- * Default value is `"rgba(0, 0, 0, 1)"`.
27203
27068
  *
27204
- *
27205
- * @returns Value of property `lineColour`
27069
+ * @returns Line colour - red, green, blue, and alpha
27206
27070
  */
27207
27071
  getLineColour(): sap.ui.core.CSSColor;
27208
27072
  /**
27209
- * Gets current value of property {@link #getLineWidth lineWidth}.
27210
- *
27211
- * Line width (optional)
27073
+ * Gets current value of material line width Default value is 0.0
27212
27074
  *
27213
- * Default value is `0.0`.
27214
27075
  *
27215
- *
27216
- * @returns Value of property `lineWidth`
27076
+ * @returns Line width
27217
27077
  */
27218
27078
  getLineWidth(): float;
27219
27079
  /**
27080
+ * Gets the reference to the native material object
27081
+ *
27220
27082
  *
27221
27083
  * @returns Material reference that this material class wraps
27222
27084
  */
27223
27085
  getMaterialRef(): any;
27224
27086
  /**
27225
- * Gets current value of property {@link #getName name}.
27087
+ * Gets current value of material name
27226
27088
  *
27227
- * Material name
27228
27089
  *
27229
- *
27230
- * @returns Value of property `name`
27090
+ * @returns Material name
27231
27091
  */
27232
27092
  getName(): string;
27233
27093
  /**
27234
- * Gets current value of property {@link #getOpacity opacity}.
27094
+ * Gets current value of material opacity Default value is 1.0
27235
27095
  *
27236
- * Opacity (optional)
27237
27096
  *
27238
- * Default value is `1.0`.
27239
- *
27240
- *
27241
- * @returns Value of property `opacity`
27097
+ * @returns Opacity
27242
27098
  */
27243
27099
  getOpacity(): float;
27244
27100
  /**
27245
- * Gets current value of property {@link #getSpecularColour specularColour}.
27246
- *
27247
- * Specular colour (optional) - red, green, blue, and alpha
27101
+ * Gets current value of material specular colour Default value is "rgba(0, 0, 0, 1)".
27248
27102
  *
27249
- * Default value is `"rgba(0, 0, 0, 1)"`.
27250
27103
  *
27251
- *
27252
- * @returns Value of property `specularColour`
27104
+ * @returns Specular colour - red, green, blue, and alpha
27253
27105
  */
27254
27106
  getSpecularColour(): sap.ui.core.CSSColor;
27255
27107
  /**
27256
- * Gets current value of property {@link #getTextureAmbientOcclusion textureAmbientOcclusion}.
27257
- *
27258
- * Ambient occlusion texture (optional)
27108
+ * Gets current value of material ambient occlusion texture
27259
27109
  *
27260
27110
  *
27261
- * @returns Value of property `textureAmbientOcclusion`
27111
+ * @returns Ambient occlusion texture
27262
27112
  */
27263
27113
  getTextureAmbientOcclusion(): sap.ui.vk.Texture;
27264
27114
  /**
27265
- * Gets current value of property {@link #getTextureBump textureBump}.
27266
- *
27267
- * Bump texture (optional)
27115
+ * Gets current value of material bump texture
27268
27116
  *
27269
27117
  *
27270
- * @returns Value of property `textureBump`
27118
+ * @returns Bump texture
27271
27119
  */
27272
27120
  getTextureBump(): sap.ui.vk.Texture;
27273
27121
  /**
27274
- * Gets current value of property {@link #getTextureDiffuse textureDiffuse}.
27122
+ * Gets current value of material diffuse texture
27275
27123
  *
27276
- * Diffuse texture (optional)
27277
27124
  *
27278
- *
27279
- * @returns Value of property `textureDiffuse`
27125
+ * @returns Diffuse texture
27280
27126
  */
27281
27127
  getTextureDiffuse(): sap.ui.vk.Texture;
27282
27128
  /**
27283
- * Gets current value of property {@link #getTextureEmissive textureEmissive}.
27284
- *
27285
- * Emissive texture (optional)
27129
+ * Gets current value of material emissive texture
27286
27130
  *
27287
27131
  *
27288
- * @returns Value of property `textureEmissive`
27132
+ * @returns Emissive texture
27289
27133
  */
27290
27134
  getTextureEmissive(): sap.ui.vk.Texture;
27291
27135
  /**
27292
- * Gets current value of property {@link #getTextureOpacity textureOpacity}.
27293
- *
27294
- * Opacity texture (optional)
27136
+ * Gets current value of material opacity texture
27295
27137
  *
27296
27138
  *
27297
- * @returns Value of property `textureOpacity`
27139
+ * @returns Opacity texture
27298
27140
  */
27299
27141
  getTextureOpacity(): sap.ui.vk.Texture;
27300
27142
  /**
27301
- * Gets current value of property {@link #getTextureReflection textureReflection}.
27143
+ * Gets current value of material reflection texture
27302
27144
  *
27303
- * Reflection texture (optional)
27304
27145
  *
27305
- *
27306
- * @returns Value of property `textureReflection`
27146
+ * @returns Reflection texture
27307
27147
  */
27308
27148
  getTextureReflection(): sap.ui.vk.Texture;
27309
27149
  /**
27310
- * Sets a new value for property {@link #getAmbientColour ambientColour}.
27311
- *
27312
- * Ambient colour (optional) - red, green, blue, and alpha
27313
- *
27314
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
27315
- *
27316
- * Default value is `"rgba(0, 0, 0, 1)"`.
27150
+ * Sets a new value for material ambient colour When called with a value of null or undefined, the default
27151
+ * value of the property will be restored. Default value is "rgba(0, 0, 0, 1)".
27317
27152
  *
27318
27153
  *
27319
27154
  * @returns Reference to `this` in order to allow method chaining
27320
27155
  */
27321
27156
  setAmbientColour(
27322
27157
  /**
27323
- * New value for property `ambientColour`
27158
+ * New value for material ambient colour
27324
27159
  */
27325
- sAmbientColour?: sap.ui.core.CSSColor
27160
+ sAmbientColour: sap.ui.core.CSSColor
27326
27161
  ): this;
27327
27162
  /**
27328
- * Sets a new value for property {@link #getDiffuseColour diffuseColour}.
27329
- *
27330
- * Diffuse colour (optional) - red, green, blue, and alpha
27331
- *
27332
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
27333
- *
27334
- * Default value is `"rgba(0, 0, 0, 1)"`.
27163
+ * Sets a new value for material diffuse colour When called with a value of null or undefined, the default
27164
+ * value of the property will be restored. Default value is "rgba(0, 0, 0, 1)".
27335
27165
  *
27336
27166
  *
27337
27167
  * @returns Reference to `this` in order to allow method chaining
27338
27168
  */
27339
27169
  setDiffuseColour(
27340
27170
  /**
27341
- * New value for property `diffuseColour`
27171
+ * New value for material diffuse colour
27342
27172
  */
27343
- sDiffuseColour?: sap.ui.core.CSSColor
27173
+ sDiffuseColour: sap.ui.core.CSSColor
27344
27174
  ): this;
27345
27175
  /**
27346
- * Sets a new value for property {@link #getEmissiveColour emissiveColour}.
27347
- *
27348
- * Emissive colour (optional) - red, green, blue, and alpha
27349
- *
27350
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
27351
- *
27352
- * Default value is `"rgba(0, 0, 0, 1)"`.
27176
+ * Sets a new value for material emissive colour When called with a value of null or undefined, the default
27177
+ * value of the property will be restored. Default value is "rgba(0, 0, 0, 1)".
27353
27178
  *
27354
27179
  *
27355
27180
  * @returns Reference to `this` in order to allow method chaining
27356
27181
  */
27357
27182
  setEmissiveColour(
27358
27183
  /**
27359
- * New value for property `emissiveColour`
27184
+ * New value for material emissive colour
27360
27185
  */
27361
- sEmissiveColour?: sap.ui.core.CSSColor
27186
+ sEmissiveColour: sap.ui.core.CSSColor
27362
27187
  ): this;
27363
27188
  /**
27364
- * Sets a new value for property {@link #getGlossiness glossiness}.
27365
- *
27366
- * Glossiness (optional)
27367
- *
27368
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
27369
- *
27370
- * Default value is `0.0`.
27189
+ * Sets a new value for material glossiness When called with a value of null or undefined, the default value
27190
+ * of the property will be restored. Default value is 0.0
27371
27191
  *
27372
27192
  *
27373
27193
  * @returns Reference to `this` in order to allow method chaining
27374
27194
  */
27375
27195
  setGlossiness(
27376
27196
  /**
27377
- * New value for property `glossiness`
27197
+ * New value for material glossiness
27378
27198
  */
27379
- fGlossiness?: float
27199
+ fGlossiness: float
27380
27200
  ): this;
27381
27201
  /**
27382
- * Sets a new value for property {@link #getLineColour lineColour}.
27383
- *
27384
- * Line colour (optional) - red, green, blue, and alpha
27385
- *
27386
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
27387
- *
27388
- * Default value is `"rgba(0, 0, 0, 1)"`.
27202
+ * Sets a new value for material line colour When called with a value of null or undefined, the default
27203
+ * value of the property will be restored. Default value is "rgba(0, 0, 0, 1)".
27389
27204
  *
27390
27205
  *
27391
27206
  * @returns Reference to `this` in order to allow method chaining
27392
27207
  */
27393
27208
  setLineColour(
27394
27209
  /**
27395
- * New value for property `lineColour`
27210
+ * New value for material line colour
27396
27211
  */
27397
- sLineColour?: sap.ui.core.CSSColor
27212
+ sLineColour: sap.ui.core.CSSColor
27398
27213
  ): this;
27399
27214
  /**
27400
- * Sets a new value for property {@link #getLineWidth lineWidth}.
27401
- *
27402
- * Line width (optional)
27403
- *
27404
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
27405
- *
27406
- * Default value is `0.0`.
27215
+ * Sets a new value for material line width When called with a value of null or undefined, the default value
27216
+ * of the property will be restored. Default value is 0.0
27407
27217
  *
27408
27218
  *
27409
27219
  * @returns Reference to `this` in order to allow method chaining
27410
27220
  */
27411
27221
  setLineWidth(
27412
27222
  /**
27413
- * New value for property `lineWidth`
27223
+ * New value for material line width
27414
27224
  */
27415
- fLineWidth?: float
27225
+ fLineWidth: float
27416
27226
  ): this;
27417
27227
  /**
27418
- * Sets a new value for property {@link #getName name}.
27419
- *
27420
- * Material name
27421
- *
27422
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
27228
+ * Sets a new value for material name
27423
27229
  *
27424
27230
  *
27425
27231
  * @returns Reference to `this` in order to allow method chaining
27426
27232
  */
27427
27233
  setName(
27428
27234
  /**
27429
- * New value for property `name`
27235
+ * New value for material name
27430
27236
  */
27431
27237
  sName: string
27432
27238
  ): this;
27433
27239
  /**
27434
- * Sets a new value for property {@link #getOpacity opacity}.
27435
- *
27436
- * Opacity (optional)
27437
- *
27438
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
27439
- *
27440
- * Default value is `1.0`.
27240
+ * Sets a new value for material opacity When called with a value of null or undefined, the default value
27241
+ * of the property will be restored. Default value is 1.0
27441
27242
  *
27442
27243
  *
27443
27244
  * @returns Reference to `this` in order to allow method chaining
27444
27245
  */
27445
27246
  setOpacity(
27446
27247
  /**
27447
- * New value for property `opacity`
27248
+ * New value for material opacity
27448
27249
  */
27449
- fOpacity?: float
27250
+ fOpacity: float
27450
27251
  ): this;
27451
27252
  /**
27452
- * Sets a new value for property {@link #getSpecularColour specularColour}.
27453
- *
27454
- * Specular colour (optional) - red, green, blue, and alpha
27455
- *
27456
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
27457
- *
27458
- * Default value is `"rgba(0, 0, 0, 1)"`.
27253
+ * Sets a new value for material specular colour When called with a value of null or undefined, the default
27254
+ * value of the property will be restored. Default value is "rgba(0, 0, 0, 1)".
27459
27255
  *
27460
27256
  *
27461
27257
  * @returns Reference to `this` in order to allow method chaining
27462
27258
  */
27463
27259
  setSpecularColour(
27464
27260
  /**
27465
- * New value for property `specularColour`
27261
+ * New value for material specular colour
27466
27262
  */
27467
- sSpecularColour?: sap.ui.core.CSSColor
27263
+ sSpecularColour: sap.ui.core.CSSColor
27468
27264
  ): this;
27469
27265
  /**
27470
- * Sets a new value for property {@link #getTextureAmbientOcclusion textureAmbientOcclusion}.
27471
- *
27472
- * Ambient occlusion texture (optional)
27473
- *
27474
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
27266
+ * Sets a new value for material ambient occlusion texture
27475
27267
  *
27476
27268
  *
27477
27269
  * @returns Reference to `this` in order to allow method chaining
27478
27270
  */
27479
27271
  setTextureAmbientOcclusion(
27480
27272
  /**
27481
- * New value for property `textureAmbientOcclusion`
27273
+ * New value for material ambient occlusion texture
27482
27274
  */
27483
- sTextureAmbientOcclusion?: sap.ui.vk.Texture
27275
+ sTextureAmbientOcclusion: sap.ui.vk.Texture
27484
27276
  ): this;
27485
27277
  /**
27486
- * Sets a new value for property {@link #getTextureBump textureBump}.
27487
- *
27488
- * Bump texture (optional)
27489
- *
27490
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
27278
+ * Sets a new value for material bump texture
27491
27279
  *
27492
27280
  *
27493
27281
  * @returns Reference to `this` in order to allow method chaining
27494
27282
  */
27495
27283
  setTextureBump(
27496
27284
  /**
27497
- * New value for property `textureBump`
27285
+ * New value for material bump texture
27498
27286
  */
27499
- sTextureBump?: sap.ui.vk.Texture
27287
+ sTextureBump: sap.ui.vk.Texture
27500
27288
  ): this;
27501
27289
  /**
27502
- * Sets a new value for property {@link #getTextureDiffuse textureDiffuse}.
27503
- *
27504
- * Diffuse texture (optional)
27505
- *
27506
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
27290
+ * Sets a new value for material diffuse texture
27507
27291
  *
27508
27292
  *
27509
27293
  * @returns Reference to `this` in order to allow method chaining
27510
27294
  */
27511
27295
  setTextureDiffuse(
27512
27296
  /**
27513
- * New value for property `textureDiffuse`
27297
+ * New value for material diffuse texture
27514
27298
  */
27515
- sTextureDiffuse?: sap.ui.vk.Texture
27299
+ sTextureDiffuse: sap.ui.vk.Texture
27516
27300
  ): this;
27517
27301
  /**
27518
- * Sets a new value for property {@link #getTextureEmissive textureEmissive}.
27519
- *
27520
- * Emissive texture (optional)
27521
- *
27522
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
27302
+ * Sets a new value for material emissive texture
27523
27303
  *
27524
27304
  *
27525
27305
  * @returns Reference to `this` in order to allow method chaining
27526
27306
  */
27527
27307
  setTextureEmissive(
27528
27308
  /**
27529
- * New value for property `textureEmissive`
27309
+ * New value for material emissive texture
27530
27310
  */
27531
- sTextureEmissive?: sap.ui.vk.Texture
27311
+ sTextureEmissive: sap.ui.vk.Texture
27532
27312
  ): this;
27533
27313
  /**
27534
- * Sets a new value for property {@link #getTextureOpacity textureOpacity}.
27535
- *
27536
- * Opacity texture (optional)
27537
- *
27538
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
27314
+ * Sets a new value for material opacity texture
27539
27315
  *
27540
27316
  *
27541
27317
  * @returns Reference to `this` in order to allow method chaining
27542
27318
  */
27543
27319
  setTextureOpacity(
27544
27320
  /**
27545
- * New value for property `textureOpacity`
27321
+ * New value for material opacity texture
27546
27322
  */
27547
- sTextureOpacity?: sap.ui.vk.Texture
27323
+ sTextureOpacity: sap.ui.vk.Texture
27548
27324
  ): this;
27549
27325
  /**
27550
- * Sets a new value for property {@link #getTextureReflection textureReflection}.
27551
- *
27552
- * Reflection texture (optional)
27553
- *
27554
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
27326
+ * Sets a new value for material reflection texture
27555
27327
  *
27556
27328
  *
27557
27329
  * @returns Reference to `this` in order to allow method chaining
27558
27330
  */
27559
27331
  setTextureReflection(
27560
27332
  /**
27561
- * New value for property `textureReflection`
27333
+ * New value for material reflection texture
27562
27334
  */
27563
- sTextureReflection?: sap.ui.vk.Texture
27335
+ sTextureReflection: sap.ui.vk.Texture
27564
27336
  ): this;
27565
27337
  }
27566
27338
  /**