Liking cljdoc? Tell your friends :D
ClojureScript only.

reacl-c.interop.native


objectcljs

(object attrs create)
(object attrs create update)
(object attrs create update destroy)
(object attrs create before-update update destroy)

Returns an invisible item that will set its state to the object created by create which can be modified imperatively during its lifecycle.

(create attrs) => thing (before-update thing prev-attrs new-attrs) => snapshot, something derived from thing. (update thing prev-attrs new-attrs) ... mutation on thing. (delete thing) ... same

Returns an invisible item that will set its state to the object created by
`create` which can be modified imperatively during its lifecycle.

(create attrs) => thing
(before-update thing prev-attrs new-attrs) => snapshot, something derived from thing.
(update thing prev-attrs new-attrs) ... mutation on thing.
(delete thing) ... same
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close