UNPKG

primeng

Version:

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Join the chat at https://gitter.im/primefaces/primeng](https://badges.gitter.im/primefaces/primeng.svg)](https://gitter.im/primefaces/primeng?ut

25 lines (24 loc) 543 B
export interface MenuItem { label?: string; icon?: string; command?: (event?: any) => void; url?: string; routerLink?: any; queryParams?: { [k: string]: any; }; items?: MenuItem[] | MenuItem[][]; expanded?: boolean; disabled?: boolean; visible?: boolean; target?: string; routerLinkActiveOptions?: any; separator?: boolean; badge?: string; badgeStyleClass?: string; style?: any; styleClass?: string; title?: string; id?: string; automationId?: any; }