ractive.get()
edit this pageractive.get( keypath )
Returns the value at
keypath
(see Keypaths)ractive.get()
Returns a shallow copy of all data (the equivalent of
ractive.get('')
). This does not include Computed Properties, but it does include any mappings ifractive
happens to be a component instance with mappings.