Liking cljdoc? Tell your friends :D

web.streams.ConstrainBoolean

The ConstrainBoolean dictionary is used to specify a constraint a property whose value is a Boolean value. You can specify an value which must be matched, an ideal value that should be matched at all possible, and a fallback value to attempt to match once more specific constraints have been applied.

The ConstrainBoolean dictionary is used to specify a constraint
a property whose value is a Boolean value. You can specify an
value which must be matched, an ideal value that should be matched
at all possible, and a fallback value to attempt to match once
more specific constraints have been applied.
raw docstring

exactcljs

(exact this)

Property.

A Boolean which indicates a value the property must have.

Property.

A Boolean which indicates a value the property must have.
sourceraw docstring

idealcljs

(ideal this)

Property.

A Boolean value indicating the ideal, but not required, value property should ideally have. If possible, this value will be but the user agent will use the other value if it needs to in to come up with a workable configuration.

Property.

A Boolean value indicating the ideal, but not required, value
property should ideally have. If possible, this value will be
but the user agent will use the other value if it needs to in
to come up with a workable configuration.
sourceraw docstring

set-exact!cljs

(set-exact! this val)

Property.

A Boolean which indicates a value the property must have.

Property.

A Boolean which indicates a value the property must have.
sourceraw docstring

set-ideal!cljs

(set-ideal! this val)

Property.

A Boolean value indicating the ideal, but not required, value property should ideally have. If possible, this value will be but the user agent will use the other value if it needs to in to come up with a workable configuration.

Property.

A Boolean value indicating the ideal, but not required, value
property should ideally have. If possible, this value will be
but the user agent will use the other value if it needs to in
to come up with a workable configuration.
sourceraw docstring

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

× close