mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 17:55:52 +01:00
chore(client/ts): port bulk_actions/label
This commit is contained in:
@@ -12,6 +12,10 @@ interface ActionDefinition {
|
||||
oldRelationName?: string;
|
||||
newRelationName?: string;
|
||||
newTitle?: string;
|
||||
labelName?: string;
|
||||
labelValue?: string;
|
||||
oldLabelName?: string;
|
||||
newLabelName?: string;
|
||||
}
|
||||
|
||||
export default abstract class AbstractBulkAction {
|
||||
|
||||
Reference in New Issue
Block a user