* Adding in hide/show API for containers * fix #12: [un]hide icons in the pop-up UI
This commit is contained in:
committed by
Jonathan Kingston
parent
38a4eb68ec
commit
3c06f76ab3
+1363
-4
File diff suppressed because it is too large
Load Diff
@@ -25,8 +25,34 @@
|
||||
"parameters": [
|
||||
{
|
||||
"type": "string",
|
||||
"name": "cookieStoreId",
|
||||
"description": "The ID of the contextual identity cookie store. "
|
||||
"name": "cookiestoreid",
|
||||
"description": "the id of the contextual identity cookie store. "
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "hide",
|
||||
"type": "function",
|
||||
"description": "hides all of a contextual identity.",
|
||||
"async": true,
|
||||
"parameters": [
|
||||
{
|
||||
"type": "string",
|
||||
"name": "cookiestoreid",
|
||||
"description": "the id of the contextual identity cookie store. "
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "show",
|
||||
"type": "function",
|
||||
"description": "unhides all of a contextual identity.",
|
||||
"async": true,
|
||||
"parameters": [
|
||||
{
|
||||
"type": "string",
|
||||
"name": "cookiestoreid",
|
||||
"description": "the id of the contextual identity cookie store. "
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user