We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0fd1ce3 + c01495a commit 64c756aCopy full SHA for 64c756a
redisinsight/ui/src/plugins/pluginImport.ts
@@ -35,14 +35,6 @@ export const importPluginScript = () => (config) => {
35
36
const providePluginSDK = () => {
37
globalThis.PluginSDK = {
38
- setHeaderText: (text) => {
39
- deprecatedMethodWarning('setHeaderText')
40
- sendMessageToMain({
41
- event: events.SET_HEADER_TEXT,
42
- iframeId,
43
- text
44
- })
45
- },
46
setPluginLoadSucceed: () => {
47
sendMessageToMain({
48
event: events.LOADED,
0 commit comments