File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed
Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -717,8 +717,8 @@ export type CardHoverChangedEvent = EventInfo<dxCardView> & WithCardInfo & {
717717} ;
718718
719719/**
720- * @public
721720 * @docid
721+ * @public
722722 */
723723export type FieldTemplateData = {
724724 /**
@@ -729,18 +729,26 @@ export type FieldTemplateData = {
729729} ;
730730
731731/**
732- * @public
733732 * @docid
733+ * @public
734734 */
735735export type CardTemplateData = {
736+ /**
737+ * @docid
738+ * @public
739+ */
736740 card : CardInfo ;
737741} ;
738742
739743/**
740- * @public
741744 * @docid
745+ * @public
742746 */
743747export type ColumnTemplateData < TCardData = unknown , TKey = unknown > = {
748+ /**
749+ * @docid
750+ * @public
751+ */
744752 column : Column < TCardData , TKey > ;
745753} ;
746754
Original file line number Diff line number Diff line change @@ -10213,6 +10213,9 @@ declare module DevExpress.ui {
1021310213 * [descr:CardTemplateData]
1021410214 */
1021510215 export type CardTemplateData = {
10216+ /**
10217+ * [descr:CardTemplateData.card]
10218+ */
1021610219 card: CardInfo;
1021710220 };
1021810221 /**
@@ -10256,6 +10259,9 @@ declare module DevExpress.ui {
1025610259 * [descr:ColumnTemplateData]
1025710260 */
1025810261 export type ColumnTemplateData<TCardData = unknown, TKey = unknown> = {
10262+ /**
10263+ * [descr:ColumnTemplateData.column]
10264+ */
1025910265 column: Column<TCardData, TKey>;
1026010266 };
1026110267 /**
You can’t perform that action at this time.
0 commit comments