mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
docs(local-notifications): Complete sourcecode docs
This commit is contained in:
parent
8a2637789f
commit
37833fe41d
@ -46,10 +46,13 @@ export interface ILocalNotificationTrigger {
|
||||
count?: number;
|
||||
|
||||
/**
|
||||
* Unit
|
||||
* The unit
|
||||
*/
|
||||
every?: ELocalNotificationTriggerUnit;
|
||||
|
||||
/**
|
||||
* The end of the repeating notification
|
||||
*/
|
||||
before?: Date;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user