Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Out parameter? #161

Open
basickarl opened this issue Oct 3, 2016 · 0 comments
Open

Out parameter? #161

basickarl opened this issue Oct 3, 2016 · 0 comments

Comments

@basickarl
Copy link

http://markojs.com/docs/marko-widgets/get-started/#usage

It doesn't state in the documentation what out is, example:

{
    getInitialProps: function(input, out) {
        return {
            name: input.name.toUpperCase()
        }
    },
    ...
}

http://markojs.com/docs/marko-widgets/get-started/#shouldupdatenewprops-newstate

Doesn't state what the newProps parameter is.

@basickarl basickarl changed the title Gaps in documentation Out parameter? Oct 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant