mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
spelling: additional
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
ebb54facf9
commit
759c9143eb
@ -39,7 +39,7 @@ export interface Notification {
|
|||||||
message: NotificationMessage;
|
message: NotificationMessage;
|
||||||
status?: NotificationStatus;
|
status?: NotificationStatus;
|
||||||
timeout?: number; // auto-hiding timeout in milliseconds, 0 = no hide
|
timeout?: number; // auto-hiding timeout in milliseconds, 0 = no hide
|
||||||
onClose?(): void; // additonal logic on when the notification times out or is closed by the "x"
|
onClose?(): void; // additional logic on when the notification times out or is closed by the "x"
|
||||||
}
|
}
|
||||||
|
|
||||||
export class NotificationsStore {
|
export class NotificationsStore {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user