Add entity definition for autocomplete

This commit is contained in:
Rimil Dey 2022-04-04 17:11:19 +05:30
parent b63183ae07
commit e808bf2d41

View File

@ -670,6 +670,11 @@ export const GLOBAL_FUNCTIONS = {
"!doc": "Stop executing a setInterval with id",
"!type": "fn(id: string) -> void",
},
postMessage: {
"!doc":
"Establish cross-origin communication between Window objects/page and iframes",
"!type": "fn(message: any, targetOrigin: any, transfer: [any])",
},
};
export const getPropsForJSActionEntity = ({