@hyext/types-ext-sdk-hy 3.13.0-beta.7 → 3.13.0-beta.9
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.
- package/index.d.ts +2 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2503,6 +2503,7 @@ type Orientation = {
|
|
|
2503
2503
|
* @property [ui] - UI功能信息
|
|
2504
2504
|
* @property [stream] - 流功能信息
|
|
2505
2505
|
* @property [orientation] - 设备方向信息
|
|
2506
|
+
* @property [glitterEffectEnable] - 流光特效开关
|
|
2506
2507
|
*/
|
|
2507
2508
|
type Features = {
|
|
2508
2509
|
barrage?: Barrage;
|
|
@@ -2511,6 +2512,7 @@ type Features = {
|
|
|
2511
2512
|
ui?: UI;
|
|
2512
2513
|
stream?: Stream;
|
|
2513
2514
|
orientation?: Orientation;
|
|
2515
|
+
glitterEffectEnable?: boolean;
|
|
2514
2516
|
};
|
|
2515
2517
|
|
|
2516
2518
|
/**
|