mincu-lib
Variables
_window
• Const _window: any
defaultUserData
• Const defaultUserData: Object
Type declaration
| Name | Type |
|---|---|
colorScheme | string |
colors | {} |
inset | { bottom: number ; left: number ; right: number ; top: number } |
inset.bottom | number |
inset.left | number |
inset.right | number |
inset.top | number |
profile | { basicProfile: { app_avatar_url: string ; department: string ; department_id: string ; head_pic_url: string ; max_role_level: number ; message: string ; name: string ; status: number } ; entireProfile: { base_info: any ; is_teacher: boolean ; message: string ; status: number } } |
profile.basicProfile | { app_avatar_url: string ; department: string ; department_id: string ; head_pic_url: string ; max_role_level: number ; message: string ; name: string ; status: number } |
profile.basicProfile.app_avatar_url | string |
profile.basicProfile.department | string |
profile.basicProfile.department_id | string |
profile.basicProfile.head_pic_url | string |
profile.basicProfile.max_role_level | number |
profile.basicProfile.message | string |
profile.basicProfile.name | string |
profile.basicProfile.status | number |
profile.entireProfile | { base_info: any ; is_teacher: boolean ; message: string ; status: number } |
profile.entireProfile.base_info | any |
profile.entireProfile.is_teacher | boolean |
profile.entireProfile.message | string |
profile.entireProfile.status | number |
token | string |
Functions
noop
▸ noop(): void
Returns
void