mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 18:39:22 +08:00
chore(client/ts): port bulk_actions/note
This commit is contained in:
parent
5bdb325e08
commit
b14cb4e3ce
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user