@launchmenu/applet-notes
Version:
An applet to make short notes
12 lines • 788 B
TypeScript
import { CompoundCommand, IExecuteArg, IField } from "@launchmenu/core";
/**
* An action to set the color of a note
*/
export declare const setColorAction: import("@launchmenu/core").IAction<IField<string>, {
execute: ({ context }: IExecuteArg) => Promise<CompoundCommand>;
}, import("@launchmenu/core").IAction<import("@launchmenu/core").IContextMenuItemData, import("@launchmenu/core").IContextMenuItemData[], any>> & {
createBinding: import("@launchmenu/core").IBindingCreator<IField<string>, {
execute: ({ context }: IExecuteArg) => Promise<CompoundCommand>;
}, import("@launchmenu/core").IAction<import("@launchmenu/core").IContextMenuItemData, import("@launchmenu/core").IContextMenuItemData[], any>>;
};
//# sourceMappingURL=setColorAction.d.ts.map