@syncfusion/ej2-angular-grids 26.2.9 → 26.2.10

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.
@@ -444,13 +444,15 @@ export declare class StackedColumnDirective extends ComplexBase<StackedColumnDir
444
444
  /**
445
445
  * Defines the cell edit template that used as editor for a particular column.
446
446
  * It accepts either template string or HTML element ID.
447
- * @aspignore
447
+ * @default null
448
+ * @asptype string
448
449
  */
449
450
  editTemplate: any;
450
451
  /**
451
452
  * Defines the filter template/UI that used as filter for a particular column.
452
453
  * It accepts either template string or HTML element ID.
453
- * @aspignore
454
+ * @default null
455
+ * @asptype string
454
456
  */
455
457
  filterTemplate: any;
456
458
  constructor(viewContainerRef: ViewContainerRef);