Skip to content

Commit

Permalink
MenuItem update for #10422
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Jul 30, 2021
1 parent 2f11636 commit 7299571
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/app/components/api/menuitem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,20 @@ export interface MenuItem {
state?: {
[k: string]: any;
}
tooltipOptions?: {
tooltipLabel?: string;
tooltipPosition?: string;
tooltipEvent?: string;
appendTo?: any;
positionStyle?: string;
tooltipStyleClass?: string;
tooltipZIndex?: string;
escape?: boolean;
disabled?: boolean;
positionTop?: number;
positionLeft?: number;
showDelay?: number;
hideDelay?: number;
life?: number;
}
}

0 comments on commit 7299571

Please sign in to comment.