@dompling/trollscript-types 1.0.32 → 1.0.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +0 -16
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1158,22 +1158,6 @@ interface Reminder {
|
|
|
1158
1158
|
*/
|
|
1159
1159
|
getOverdue(): any;
|
|
1160
1160
|
|
|
1161
|
-
/**
|
|
1162
|
-
* 置顶/取消置顶提醒
|
|
1163
|
-
* @param id 提醒事项 ID
|
|
1164
|
-
* @param isPinned 是否置顶
|
|
1165
|
-
* @returns { success: boolean, id: string, isPinned: boolean }
|
|
1166
|
-
*/
|
|
1167
|
-
pin(id: string, isPinned: boolean): any;
|
|
1168
|
-
|
|
1169
|
-
/**
|
|
1170
|
-
* 设置排序顺序
|
|
1171
|
-
* @param id 提醒事项 ID
|
|
1172
|
-
* @param sortOrder 排序值(越小越靠前)
|
|
1173
|
-
* @returns { success: boolean, id: string, sortOrder: number }
|
|
1174
|
-
*/
|
|
1175
|
-
setSortOrder(id: string, sortOrder: number): any;
|
|
1176
|
-
|
|
1177
1161
|
/**
|
|
1178
1162
|
* 批量重排序
|
|
1179
1163
|
* @param ids 按顺序排列的 ID 数组
|