Liking cljdoc? Tell your friends :D

chromex.app.virtual-keyboard

clj

The chrome.virtualKeyboard API is a kiosk only API used to configure virtual keyboard layout and behavior in kiosk sessions.

The chrome.virtualKeyboard API is a kiosk only API used to
configure virtual keyboard layout and behavior in kiosk sessions.

  * available since Chrome 58
  * https://developer.chrome.com/apps/virtualKeyboard
raw docstring

api-tableclj

source

gen-callclj

source

gen-wrapclj/smacro

(gen-wrap kind item-id config & args)
source

restrict-featuresclj/smacro

(restrict-features restrictions)

Sets restrictions on features provided by the virtual keyboard.

|restrictions| - the preferences to enabled/disabled virtual keyboard features.

This function returns a core.async channel of type promise-chan which eventually receives a result value. Signature of the result value put on the channel is [update] where:

|update| - https://developer.chrome.com/apps/virtualKeyboard#property-callback-update.

In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.

https://developer.chrome.com/apps/virtualKeyboard#method-restrictFeatures.

Sets restrictions on features provided by the virtual keyboard.

  |restrictions| - the preferences to enabled/disabled virtual keyboard features.

This function returns a core.async channel of type `promise-chan` which eventually receives a result value.
Signature of the result value put on the channel is [update] where:

  |update| - https://developer.chrome.com/apps/virtualKeyboard#property-callback-update.

In case of an error the channel closes without receiving any value and relevant error object can be obtained via
chromex.error/get-last-error.

https://developer.chrome.com/apps/virtualKeyboard#method-restrictFeatures.
sourceraw docstring

restrict-features*cljs

(restrict-features* config restrictions)
source

tap-all-eventsclj/smacro

(tap-all-events chan)

Taps all valid non-deprecated events in chromex.app.virtual-keyboard namespace.

Taps all valid non-deprecated events in chromex.app.virtual-keyboard namespace.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close