Skip to main content

useCommands

const pluginName = "examplePlugin";

const { exampleCommand } = useCommands(pluginName);

exampleCommand();

See Also