Skip to content

Files

Latest commit

918945c · Oct 20, 2019

History

History
This branch is 1 commit ahead of, 929 commits behind odoo/owl:master.

doc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 17, 2019
Oct 20, 2019
Oct 20, 2019
Oct 20, 2019
Oct 10, 2019
Oct 20, 2019
Oct 20, 2019
Oct 18, 2019
Oct 18, 2019
Oct 20, 2019
Sep 11, 2019
Oct 20, 2019
Oct 17, 2019
Oct 4, 2019
Oct 20, 2019
Jun 14, 2019

🦉 OWL Documentation 🦉

Owl Content

Owl is a javascript library that contains some core classes and function to help build applications. Here is a complete representation of its content:

owl
    Component
    Context
    QWeb
    Store
    useState
    core
        EventBus
        Observer
    hooks
        onWillStart
        onMounted
        onWillUpdateProps
        onWillPatch
        onPatched
        onWillUnmount
        useContext
        useState
        useRef
        useSubEnv
        useStore
        useDispatch
        useGetters
    router
        Link
        RouteComponent
        Router
    tags
        xml
    utils
        debounce
        escape
        loadJS
        loadFile
        shallowEqual
        whenReady

Note that for convenience, the useState hook is also exported at the root of the owl object.

Reference

Learning Resources

Miscellaneous