The KeyboardLayoutMap interface of the the Keyboard API is a object with functions for retrieving the string associated with physical keys.
The KeyboardLayoutMap interface of the the Keyboard API is a object with functions for retrieving the string associated with physical keys.
(entries this)
Property.
The entries read-only property of the web.KeyboardLayoutMap
returns an array of a given object's own enumerable property
value] pairs, in the same order as that provided by a web.for...in
(the difference being that a for-in loop enumerates properties
the prototype chain as well).
KeyboardLayoutMap.entries()
See also: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap/entries
Property. The entries read-only property of the `web.KeyboardLayoutMap` returns an array of a given object's own enumerable property value] pairs, in the same order as that provided by a `web.for...in` (the difference being that a for-in loop enumerates properties the prototype chain as well). `KeyboardLayoutMap.entries()` See also: `https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap/entries`
(for-each this & args)
Method.
The forEach() method of the web.KeyboardLayoutMap
interface
a provided function once for each element of the map.
KeyboardLayoutMap.forEach(function callback(currentValue[, index[, array]]) { //your iterator }[, thisArg]);
See also: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap/forEach
Method. The forEach() method of the `web.KeyboardLayoutMap` interface a provided function once for each element of the map. `KeyboardLayoutMap.forEach(function callback(currentValue[, index[, array]]) { //your iterator }[, thisArg]);` See also: `https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap/forEach`
(get this key)
Method.
The get() method of the web.KeyboardLayoutMap
interface returns
element with the given key.
var value = KeyboardLayoutMap.get(key)
See also: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap/get
Method. The get() method of the `web.KeyboardLayoutMap` interface returns element with the given key. `var value = KeyboardLayoutMap.get(key)` See also: `https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap/get`
(has this key)
Method.
The has() method of the web.KeyboardLayoutMap
interface returns
boolean indicating whether the object has an element with the
key.
var aBoolean = KeyboardLayoutMap.has(key)
See also: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap/has
Method. The has() method of the `web.KeyboardLayoutMap` interface returns boolean indicating whether the object has an element with the key. `var aBoolean = KeyboardLayoutMap.has(key)` See also: `https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap/has`
(keys this)
Property.
The keys read-only property of the web.KeyboardLayoutMap
interface
a new object that contains the keys for each index in the array.
iterator = KeyboardLayoutMap.keys
See also: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap/keys
Property. The keys read-only property of the `web.KeyboardLayoutMap` interface a new object that contains the keys for each index in the array. `iterator = KeyboardLayoutMap.keys` See also: `https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap/keys`
(set-entries! this val)
Property.
The entries read-only property of the web.KeyboardLayoutMap
returns an array of a given object's own enumerable property
value] pairs, in the same order as that provided by a web.for...in
(the difference being that a for-in loop enumerates properties
the prototype chain as well).
KeyboardLayoutMap.entries()
See also: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap/entries
Property. The entries read-only property of the `web.KeyboardLayoutMap` returns an array of a given object's own enumerable property value] pairs, in the same order as that provided by a `web.for...in` (the difference being that a for-in loop enumerates properties the prototype chain as well). `KeyboardLayoutMap.entries()` See also: `https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap/entries`
(set-keys! this val)
Property.
The keys read-only property of the web.KeyboardLayoutMap
interface
a new object that contains the keys for each index in the array.
iterator = KeyboardLayoutMap.keys
See also: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap/keys
Property. The keys read-only property of the `web.KeyboardLayoutMap` interface a new object that contains the keys for each index in the array. `iterator = KeyboardLayoutMap.keys` See also: `https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap/keys`
(set-size! this val)
Property.
The size read-only property of the web.KeyboardLayoutMap
interface
the number of elements in the map.
var size = KeyboardLayoutMap.size()
See also: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap/size
Property. The size read-only property of the `web.KeyboardLayoutMap` interface the number of elements in the map. `var size = KeyboardLayoutMap.size()` See also: `https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap/size`
(set-values! this val)
Property.
The values read-only property of the web.KeyboardLayoutMap
returns a new object that contains the values for each index
the .
var iterator = KeyboardLayoutMap.values
See also: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap/values
Property. The values read-only property of the `web.KeyboardLayoutMap` returns a new object that contains the values for each index the . `var iterator = KeyboardLayoutMap.values` See also: `https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap/values`
(size this)
Property.
The size read-only property of the web.KeyboardLayoutMap
interface
the number of elements in the map.
var size = KeyboardLayoutMap.size()
See also: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap/size
Property. The size read-only property of the `web.KeyboardLayoutMap` interface the number of elements in the map. `var size = KeyboardLayoutMap.size()` See also: `https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap/size`
(values this)
Property.
The values read-only property of the web.KeyboardLayoutMap
returns a new object that contains the values for each index
the .
var iterator = KeyboardLayoutMap.values
See also: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap/values
Property. The values read-only property of the `web.KeyboardLayoutMap` returns a new object that contains the values for each index the . `var iterator = KeyboardLayoutMap.values` See also: `https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap/values`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close