UNPKG

@launchmenu/applet-notes

Version:
12 lines 845 B
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