@cesdk/cesdk-js 1.68.0-nightly.20260114 → 1.68.0-nightly.20260116

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 CHANGED
@@ -3220,6 +3220,11 @@ export declare interface DropdownOptions {
3220
3220
  loadingProgress?: number;
3221
3221
  children?: ((context: DropdownChildrenContext) => void) | ChildrenOrder;
3222
3222
  suffix?: Suffix;
3223
+ /**
3224
+ * Whether to show the expand indicator icons (triangle up/down).
3225
+ * @default true
3226
+ */
3227
+ showIndicator?: boolean;
3223
3228
  }
3224
3229
 
3225
3230
  export { DropShadowOptions }