Skip to main content

useSelectors

const pluginName = "examplePlugin";

const { getExampleValue } = useCommands(pluginName);

const value = getExampleValue();

See Also