glok
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
glok
glok-model
/
uk.co.nickthecoder.glok.property.boilerplate
/
DefaultIndirectObservableOptionalBoolean
/
DefaultIndirectObservableOptionalBoolean
Default
Indirect
Observable
Optional
Boolean
constructor
(
parentProperty
:
ObservableValue
<
P
?
>
,
defaultValue
:
Boolean
?
,
getObservable
:
(
P
)
->
ObservableValue
<
Boolean
?
>
)