Skip to content

Commit

Permalink
MenuItem: extend MenuBasePlainItem to support any string indexed prop…
Browse files Browse the repository at this point in the history
…erties
  • Loading branch information
anna-shakhova committed Dec 20, 2024
1 parent 8ff21ef commit 2a17467
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/devextreme/js/ui/menu.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,8 @@ export interface MenuBasePlainItem extends CollectionWidgetItem {
* @public
*/
visible?: boolean;

[key: string]: any;
}

/**
Expand Down

0 comments on commit 2a17467

Please sign in to comment.