mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 09:56:36 +01:00
chore(client/ts): port bulk_actions/note
This commit is contained in:
@@ -8,8 +8,10 @@ interface ActionDefinition {
|
|||||||
script: string;
|
script: string;
|
||||||
relationName: string;
|
relationName: string;
|
||||||
targetNoteId: string;
|
targetNoteId: string;
|
||||||
|
targetParentNoteId: string;
|
||||||
oldRelationName?: string;
|
oldRelationName?: string;
|
||||||
newRelationName?: string;
|
newRelationName?: string;
|
||||||
|
newTitle?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export default abstract class AbstractBulkAction {
|
export default abstract class AbstractBulkAction {
|
||||||
|
|||||||
Reference in New Issue
Block a user