Add entity definition for autocomplete
This commit is contained in:
parent
b63183ae07
commit
e808bf2d41
|
|
@ -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 = ({
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user