Move various document menu actions to action definitions
This commit is contained in:
@@ -88,6 +88,7 @@ export type Action = {
|
||||
section: ((context: ActionContext) => string) | string;
|
||||
shortcut?: string[];
|
||||
keywords?: string;
|
||||
dangerous?: boolean;
|
||||
iconInContextMenu?: boolean;
|
||||
icon?: React.ReactElement | React.FC;
|
||||
placeholder?: ((context: ActionContext) => string) | string;
|
||||
|
||||
Reference in New Issue
Block a user