UNPKG

yoyo-ng-modulewindy

Version:

服务于52ABP模板的前端开源的相关组件内容。整合了ng-alain和你NG ZORRO的内容

25 lines (24 loc) 513 B
import { MenuItem } from 'yoyo-ng-module/theme'; export interface Nav extends MenuItem { /** * 菜单类型,无须指定由 Service 自动识别 * 1:链接 * 2:外部链接 * 3:链接(子菜单) */ _type?: number; /** * 是否选中 */ _selected?: boolean; /** * 是否隐藏菜单 */ _hidden?: boolean; /** * 是否打开 */ _open?: boolean; _depth?: number; [key: string]: any; }