MenuItem
MenuItem: { checked?: boolean; disabled?: boolean; ellipsis?: boolean; hidden?: boolean; id: string; order?: number; subTitle?: string; tips?: string; title: string; type: "normal"; onClick?: any } | { hidden?: boolean; order?: number; type: "separator" }
Get status bar menus by position.