MCPcopy
hub / github.com/securingsincity/react-ace / ICommandManager

Interface ICommandManager

src/types.ts:3–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Ace } from "ace-builds";
2
3export interface ICommandManager {
4 byName: any;
5 commands: any;
6 platform: string;
7 addCommands(commands: any[]): void;
8 addCommand(command: any): void;
9 exec(name: string, editor: any, args: any): void;
10 bindKey?(bindKey: any, command: any): void;
11}
12export interface IEditorProps {
13 [index: string]: any;
14 $blockScrolling?: number | boolean;

Callers 4

componentDidMountMethod · 0.80
componentDidMountMethod · 0.80
componentDidMountMethod · 0.80
componentDidMountMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…