mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-12 15:59:50 -06:00
chore(client/ts): port bulk_actions/note
This commit is contained in:
@@ -8,8 +8,10 @@ interface ActionDefinition {
|
||||
script: string;
|
||||
relationName: string;
|
||||
targetNoteId: string;
|
||||
targetParentNoteId: string;
|
||||
oldRelationName?: string;
|
||||
newRelationName?: string;
|
||||
newTitle?: string;
|
||||
}
|
||||
|
||||
export default abstract class AbstractBulkAction {
|
||||
|
||||
Reference in New Issue
Block a user