Interface: SpecialPluginCallbackInfo
Methods
SRSScheduleCard
▸ SRSScheduleCard(args
): Promise
<{ nextDate
: number
; pluginData?
: Record
<string
, any
> }>
Parameters
Name | Type |
---|---|
args | Object |
args.cardId | undefined | string |
args.history | RepetitionStatus [] |
args.schedulerParameters | Record <string , unknown > |
Returns
Promise
<{ nextDate
: number
; pluginData?
: Record
<string
, any
> }>