@glowjs/core 2026.3.16 → 2026.3.17

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.
@@ -1418,6 +1418,7 @@ export declare class Billboard extends EventDispatcher {
1418
1418
  * 提示信息
1419
1419
  */
1420
1420
  tip: string;
1421
+ private _options;
1421
1422
  /**
1422
1423
  * 初始化2D广告牌根
1423
1424
  */
@@ -1430,6 +1431,10 @@ export declare class Billboard extends EventDispatcher {
1430
1431
  */
1431
1432
  constructor(type: "2D" | "3D", options: BillboardOptions);
1432
1433
  private _onResize;
1434
+ /**
1435
+ * 获取广告牌参数选项
1436
+ */
1437
+ get options(): BillboardOptions;
1433
1438
  /**
1434
1439
  * 获取类型
1435
1440
  */