Fetch user settings
To fetch the current user settings in the extension
Syntax
var data =
{
operation: "get",
properties: [key1, key2 ...]
"keys" : <keys used to store> ; // optional
}
[Webinar] Live demos, interactions, and user Q&A with Zoho Writer product experts. Book your seat
To fetch the current user settings in the extension
Syntax
var data =
{
operation: "get",
properties: [key1, key2 ...]
"keys" : <keys used to store> ; // optional
}