mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-13 04:13:19 +08:00
chore(client/ts): port bulk_actions/label
This commit is contained in:
parent
b14cb4e3ce
commit
6f0d6a968d
@ -12,6 +12,10 @@ interface ActionDefinition {
|
|||||||
oldRelationName?: string;
|
oldRelationName?: string;
|
||||||
newRelationName?: string;
|
newRelationName?: string;
|
||||||
newTitle?: string;
|
newTitle?: string;
|
||||||
|
labelName?: string;
|
||||||
|
labelValue?: string;
|
||||||
|
oldLabelName?: string;
|
||||||
|
newLabelName?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export default abstract class AbstractBulkAction {
|
export default abstract class AbstractBulkAction {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user