mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +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;
|
count?: number;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Unit
|
* The unit
|
||||||
*/
|
*/
|
||||||
every?: ELocalNotificationTriggerUnit;
|
every?: ELocalNotificationTriggerUnit;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The end of the repeating notification
|
||||||
|
*/
|
||||||
before?: Date;
|
before?: Date;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user