Protected
_rendererOptional
options: { args: any[] }Get the value from config
existing value, new value can be copied to this if not equal.
whether the value should be copied to val if equal. Default is true.
The value from the binding, cloned or copied if possible. If the value is equal and copyOnEqual is false, then undefined is returned. this can be used to check if the value is changed
only the prop last
need to be set, rest are optional. lastValue
can be set if known (but it should be exactly equal to the value in the binding and not cloned). config
, configPath
are for parentOnChange, no need to set that.
Optional
forceOnChange: boolean
only last needs to be set. check the docs for
setValue