Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / api / virtual_keyboard_private.json
index 3d535e5..1f6c3a1 100644 (file)
             "parameters": []
           }
         ]
+      },
+      {
+        "name": "getKeyboardConfig",
+        "type": "function",
+        "description": "Gets the virtual keyboard configuration.",
+        "parameters": [
+          {
+            "type": "function",
+            "name": "callback",
+            "optional": true,
+            "description": "Called when querying virtual keyboard configuration is complete.",
+            "parameters": [
+              {
+                "type": "object",
+                "name": "config",
+                "properties": {
+                  "layout": {
+                    "type": "string",
+                    "minLength": 1,
+                    "description": "Virtual keyboard layout string."
+                  },
+                  "a11ymode": {
+                    "type": "boolean",
+                    "description": "True if accessbility virtual keyboard is enabled."
+                  }
+                }
+              }
+            ]
+          }
+        ]
       }
     ],
     "events": [