@launchmenu/applet-notes
Version:
An applet to make short notes
12 lines • 845 B
TypeScript
import { CompoundCommand, IExecuteArg, IField } from "@launchmenu/core";
/**
* An action to set whether to use rich content for a note
*/
export declare const setRichContentAction: import("@launchmenu/core").IAction<IField<boolean | "inherit">, {
execute: ({ context }: IExecuteArg) => Promise<CompoundCommand>;
}, import("@launchmenu/core").IAction<import("@launchmenu/core").IContextMenuItemData, import("@launchmenu/core").IContextMenuItemData[], any>> & {
createBinding: import("@launchmenu/core").IBindingCreator<IField<boolean | "inherit">, {
execute: ({ context }: IExecuteArg) => Promise<CompoundCommand>;
}, import("@launchmenu/core").IAction<import("@launchmenu/core").IContextMenuItemData, import("@launchmenu/core").IContextMenuItemData[], any>>;
};
//# sourceMappingURL=setRichContentAction.d.ts.map