You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1000 B
JSON
42 lines
1000 B
JSON
[
|
|
{
|
|
"namespace": "pEp4Tb",
|
|
"functions": [
|
|
{
|
|
"name": "addWindowListener",
|
|
"type": "function",
|
|
"description": "Adds a listener to all 3pane, stand-alone or compose windows",
|
|
"async": false,
|
|
"parameters": []
|
|
},
|
|
{
|
|
"name": "getLocaleMessagesMap",
|
|
"type": "function",
|
|
"description": "Return the current locale's messages.json map.",
|
|
"async": true,
|
|
"parameters": []
|
|
},
|
|
{
|
|
"name": "setVersion",
|
|
"type": "function",
|
|
"description": "Communicate version to experiment.",
|
|
"async": false,
|
|
"parameters": [
|
|
{
|
|
"name": "version",
|
|
"type": "string",
|
|
"description": "version"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "shouldShowTutorial",
|
|
"type": "function",
|
|
"description": "Should we launch the tutorial in a tab?",
|
|
"async": true,
|
|
"parameters": []
|
|
}
|
|
]
|
|
}
|
|
]
|