Liking cljdoc? Tell your friends :D

chromex.ext.accessibility-features

clj

Use the chrome.accessibilityFeatures API to manage Chrome's accessibility features. This API relies on the ChromeSetting prototype of the type API for getting and setting individual accessibility features. In order to get feature states the extension must request accessibilityFeatures.read permission. For modifying feature state, the extension needs accessibilityFeatures.modify permission. Note that accessibilityFeatures.modify does not imply accessibilityFeatures.read permission.

Use the chrome.accessibilityFeatures API to manage Chrome's accessibility features. This API relies on the ChromeSetting
prototype of the type API for getting and setting individual accessibility features. In order to get feature states the
extension must request accessibilityFeatures.read permission. For modifying feature state, the extension needs
accessibilityFeatures.modify permission. Note that accessibilityFeatures.modify does not imply accessibilityFeatures.read
permission.

  * available since Chrome 37
  * https://developer.chrome.com/extensions/accessibilityFeatures
raw docstring

animation-policy*cljs

(animation-policy* config)
source

api-tableclj

source

autoclick*cljs

(autoclick* config)
source

caret-highlight*cljs

(caret-highlight* config)
source

cursor-highlight*cljs

(cursor-highlight* config)
source

focus-highlight*cljs

(focus-highlight* config)
source

gen-callclj

source

gen-wrapclj/smacro

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

get-animation-policyclj/smacro

(get-animation-policy)

get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.

https://developer.chrome.com/extensions/accessibilityFeatures#property-animationPolicy.

get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.

https://developer.chrome.com/extensions/accessibilityFeatures#property-animationPolicy.
sourceraw docstring

get-autoclickclj/smacro

(get-autoclick)

ChromeOS only.Auto mouse click after mouse stops moving. The value indicates whether the feature is enabled or not. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.

https://developer.chrome.com/extensions/accessibilityFeatures#property-autoclick.

ChromeOS only.Auto mouse click after mouse stops moving. The value indicates whether the feature is enabled or not. get()
requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.

https://developer.chrome.com/extensions/accessibilityFeatures#property-autoclick.
sourceraw docstring

get-caret-highlightclj/smacro

(get-caret-highlight)

ChromeOS only.Caret highlighting. The value indicates whether the feature is enabled or not. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.

https://developer.chrome.com/extensions/accessibilityFeatures#property-caretHighlight.

ChromeOS only.Caret highlighting. The value indicates whether the feature is enabled or not. get() requires
accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.

https://developer.chrome.com/extensions/accessibilityFeatures#property-caretHighlight.
sourceraw docstring

get-cursor-highlightclj/smacro

(get-cursor-highlight)

ChromeOS only.Cursor highlighting. The value indicates whether the feature is enabled or not. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.

https://developer.chrome.com/extensions/accessibilityFeatures#property-cursorHighlight.

ChromeOS only.Cursor highlighting. The value indicates whether the feature is enabled or not. get() requires
accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.

https://developer.chrome.com/extensions/accessibilityFeatures#property-cursorHighlight.
sourceraw docstring

get-focus-highlightclj/smacro

(get-focus-highlight)

ChromeOS only.Focus highlighting. The value indicates whether the feature is enabled or not. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.

https://developer.chrome.com/extensions/accessibilityFeatures#property-focusHighlight.

ChromeOS only.Focus highlighting. The value indicates whether the feature is enabled or not. get() requires
accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.

https://developer.chrome.com/extensions/accessibilityFeatures#property-focusHighlight.
sourceraw docstring

get-high-contrastclj/smacro

(get-high-contrast)

ChromeOS only.High contrast rendering mode. The value indicates whether the feature is enabled or not. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.

https://developer.chrome.com/extensions/accessibilityFeatures#property-highContrast.

ChromeOS only.High contrast rendering mode. The value indicates whether the feature is enabled or not. get() requires
accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.

https://developer.chrome.com/extensions/accessibilityFeatures#property-highContrast.
sourceraw docstring

get-large-cursorclj/smacro

(get-large-cursor)

ChromeOS only.Enlarged cursor. The value indicates whether the feature is enabled or not. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.

https://developer.chrome.com/extensions/accessibilityFeatures#property-largeCursor.

ChromeOS only.Enlarged cursor. The value indicates whether the feature is enabled or not. get() requires
accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.

https://developer.chrome.com/extensions/accessibilityFeatures#property-largeCursor.
sourceraw docstring

get-screen-magnifierclj/smacro

(get-screen-magnifier)

ChromeOS only.Full screen magnification. The value indicates whether the feature is enabled or not. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.

https://developer.chrome.com/extensions/accessibilityFeatures#property-screenMagnifier.

ChromeOS only.Full screen magnification. The value indicates whether the feature is enabled or not. get() requires
accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.

https://developer.chrome.com/extensions/accessibilityFeatures#property-screenMagnifier.
sourceraw docstring

get-select-to-speakclj/smacro

(get-select-to-speak)

ChromeOS only.Select-to-speak. The value indicates whether the feature is enabled or not. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.

https://developer.chrome.com/extensions/accessibilityFeatures#property-selectToSpeak.

ChromeOS only.Select-to-speak. The value indicates whether the feature is enabled or not. get() requires
accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.

https://developer.chrome.com/extensions/accessibilityFeatures#property-selectToSpeak.
sourceraw docstring

get-spoken-feedbackclj/smacro

(get-spoken-feedback)

ChromeOS only.Spoken feedback (text-to-speech). The value indicates whether the feature is enabled or not. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.

https://developer.chrome.com/extensions/accessibilityFeatures#property-spokenFeedback.

ChromeOS only.Spoken feedback (text-to-speech). The value indicates whether the feature is enabled or not. get() requires
accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.

https://developer.chrome.com/extensions/accessibilityFeatures#property-spokenFeedback.
sourceraw docstring

get-sticky-keysclj/smacro

(get-sticky-keys)

ChromeOS only.Sticky modifier keys (like shift or alt). The value indicates whether the feature is enabled or not. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.

https://developer.chrome.com/extensions/accessibilityFeatures#property-stickyKeys.

ChromeOS only.Sticky modifier keys (like shift or alt). The value indicates whether the feature is enabled or not. get()
requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.

https://developer.chrome.com/extensions/accessibilityFeatures#property-stickyKeys.
sourceraw docstring

get-switch-accessclj/smacro

(get-switch-access)

ChromeOS only.Switch access. The value indicates whether the feature is enabled or not. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.

https://developer.chrome.com/extensions/accessibilityFeatures#property-switchAccess.

ChromeOS only.Switch access. The value indicates whether the feature is enabled or not. get() requires
accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.

https://developer.chrome.com/extensions/accessibilityFeatures#property-switchAccess.
sourceraw docstring

get-virtual-keyboardclj/smacro

(get-virtual-keyboard)

ChromeOS only.Virtual on-screen keyboard. The value indicates whether the feature is enabled or not. get() requires accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.

https://developer.chrome.com/extensions/accessibilityFeatures#property-virtualKeyboard.

ChromeOS only.Virtual on-screen keyboard. The value indicates whether the feature is enabled or not. get() requires
accessibilityFeatures.read permission. set() and clear() require accessibilityFeatures.modify permission.

https://developer.chrome.com/extensions/accessibilityFeatures#property-virtualKeyboard.
sourceraw docstring

high-contrast*cljs

(high-contrast* config)
source

large-cursor*cljs

(large-cursor* config)
source

screen-magnifier*cljs

(screen-magnifier* config)
source

select-to-speak*cljs

(select-to-speak* config)
source

spoken-feedback*cljs

(spoken-feedback* config)
source

sticky-keys*cljs

(sticky-keys* config)
source

switch-access*cljs

(switch-access* config)
source

tap-all-eventsclj/smacro

(tap-all-events chan)

Taps all valid non-deprecated events in chromex.ext.accessibility-features namespace.

Taps all valid non-deprecated events in chromex.ext.accessibility-features namespace.
sourceraw docstring

virtual-keyboard*cljs

(virtual-keyboard* config)
source

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

× close