NotificationList
Extends:
The NotificationList
component displays a list of the logged-in user's
notifications, grouped by discussion.
Member Summary
Public Members | ||
public |
|
|
public |
|
|
public |
|
Method Summary
Public Methods | ||
public |
content(state: *): * |
|
public |
inPanel(): * If the NotificationList component isn't in a panel (e.g. on NotificationPage when mobile), we need to listen to scroll events on the window, and get scroll state from the body. |
|
public |
oncreate(vnode: *) |
|
public |
onremove(vnode: *) |
|
public |
|
|
public |
view(): * |
Public Members
public $notifications: * source
public $scrollParent: * source
public boundScrollHandler: * source
Public Methods
public inPanel(): * source
If the NotificationList component isn't in a panel (e.g. on NotificationPage when mobile), we need to listen to scroll events on the window, and get scroll state from the body.
Return:
* |
public oncreate(vnode: *) source
Params:
Name | Type | Attribute | Description |
vnode | * |
public onremove(vnode: *) source
Params:
Name | Type | Attribute | Description |
vnode | * |