{
    "project": {
        "name": "itsa-react-textarea",
        "description": "Beautiful functional textarea-element for react",
        "logo": "https://avatars0.githubusercontent.com/u/8314644?v=3&s=84",
        "version": "0.0.1"
    },
    "files": {
        "lib/component.jsx": {
            "name": "lib/component.jsx",
            "modules": {
                "itsa-react-textarea": 1
            },
            "classes": {
                "TextArea": 1
            },
            "fors": {},
            "namespaces": {}
        }
    },
    "modules": {
        "itsa-react-textarea": {
            "name": "itsa-react-textarea",
            "submodules": {},
            "elements": {},
            "classes": {
                "TextArea": 1
            },
            "fors": {},
            "namespaces": {},
            "tag": "module",
            "file": "lib/component.jsx",
            "line": 3,
            "description": "Description here\n\n\n\n<i>Copyright (c) 2016 ItsAsbreuk - http://itsasbreuk.nl</i><br>\nNew BSD License - http://choosealicense.com/licenses/bsd-3-clause/",
            "since": "0.0.1"
        }
    },
    "classes": {
        "TextArea": {
            "name": "TextArea",
            "shortname": "TextArea",
            "classitems": [],
            "plugins": [],
            "extensions": [],
            "plugin_for": [],
            "extension_for": [],
            "module": "itsa-react-textarea",
            "namespace": "",
            "file": "lib/component.jsx",
            "line": 3,
            "description": "Description here\n\n\n\n<i>Copyright (c) 2016 ItsAsbreuk - http://itsasbreuk.nl</i><br>\nNew BSD License - http://choosealicense.com/licenses/bsd-3-clause/"
        }
    },
    "elements": {},
    "classitems": [
        {
            "file": "lib/component.jsx",
            "line": 31,
            "description": "componentDidMount will call `this.activatePlaces()`;",
            "itemtype": "method",
            "name": "componentDidMount",
            "since": "0.0.1",
            "class": "TextArea",
            "module": "itsa-react-textarea"
        },
        {
            "file": "lib/component.jsx",
            "line": 38,
            "description": "Returns the rendered React-Element that serves as the source dom-element",
            "itemtype": "method",
            "name": "element",
            "params": [
                {
                    "name": "props",
                    "description": "props to be passed through to the Component",
                    "type": "Object"
                }
            ],
            "return": {
                "description": "ReactComponent"
            },
            "since": "0.0.4",
            "class": "TextArea",
            "module": "itsa-react-textarea"
        },
        {
            "file": "lib/component.jsx",
            "line": 50,
            "description": "Sets the focus on the Component.",
            "itemtype": "method",
            "name": "focus",
            "params": [
                {
                    "name": "transitionTime",
                    "description": "transition-time to focus the element into the view",
                    "type": "Number",
                    "optional": true
                }
            ],
            "chainable": 1,
            "since": "0.0.1",
            "class": "TextArea",
            "module": "itsa-react-textarea"
        },
        {
            "file": "lib/component.jsx",
            "line": 62,
            "description": "Gets the Component\"s internal state. Note, that the this is NOT Redux\"s state.",
            "itemtype": "method",
            "name": "getInitialState",
            "return": {
                "description": "Object the Component internal initial state"
            },
            "since": "0.0.1",
            "class": "TextArea",
            "module": "itsa-react-textarea"
        },
        {
            "file": "lib/component.jsx",
            "line": 70,
            "description": "Sets the focus on the Component.",
            "itemtype": "method",
            "name": "focus",
            "chainable": 1,
            "since": "0.0.1",
            "class": "TextArea",
            "module": "itsa-react-textarea"
        },
        {
            "file": "lib/component.jsx",
            "line": 78,
            "description": "The method that is called whenever the input-Element changes its value.\nWill update the Redux-store (signupuser.homeaddress);",
            "itemtype": "method",
            "name": "handleChange",
            "params": [
                {
                    "name": "e",
                    "description": "event-payload",
                    "type": "Object"
                }
            ],
            "since": "0.0.1",
            "class": "TextArea",
            "module": "itsa-react-textarea"
        },
        {
            "file": "lib/component.jsx",
            "line": 87,
            "description": "The method that is called whenever the input-Element gets the focus.\nIt will change its internal state, so that the css looks right and\nalso any validation-messages disappear.",
            "itemtype": "method",
            "name": "handleFocus",
            "params": [
                {
                    "name": "e",
                    "description": "event-payload",
                    "type": "Object"
                }
            ],
            "since": "0.0.1",
            "class": "TextArea",
            "module": "itsa-react-textarea"
        },
        {
            "file": "lib/component.jsx",
            "line": 97,
            "description": "The method that is called whenever the input-Element gets blurred.\nIt will change its internal state, so that the css looks right and\nalso any validation-messages appear.",
            "itemtype": "method",
            "name": "handleBlur",
            "params": [
                {
                    "name": "e",
                    "description": "event-payload",
                    "type": "Object"
                }
            ],
            "since": "0.0.1",
            "class": "TextArea",
            "module": "itsa-react-textarea"
        },
        {
            "file": "lib/component.jsx",
            "line": 107,
            "description": "React render-method --> renderes the Component.",
            "itemtype": "method",
            "name": "render",
            "return": {
                "description": "ReactComponent"
            },
            "since": "0.0.1",
            "class": "TextArea",
            "module": "itsa-react-textarea"
        },
        {
            "file": "lib/component.jsx",
            "line": 124,
            "description": "Whether to autofocus the Component.",
            "itemtype": "property",
            "name": "autoFocus",
            "type": "Boolean",
            "since": "0.0.1",
            "class": "TextArea",
            "module": "itsa-react-textarea"
        },
        {
            "file": "lib/component.jsx",
            "line": 133,
            "description": "The class that should be set on the element",
            "itemtype": "property",
            "name": "className",
            "type": "String",
            "since": "0.0.1",
            "class": "TextArea",
            "module": "itsa-react-textarea"
        },
        {
            "file": "lib/component.jsx",
            "line": 142,
            "description": "The error-message that appears when the element is wrong validated.",
            "itemtype": "property",
            "name": "errorMsg",
            "type": "String",
            "since": "0.0.1",
            "class": "TextArea",
            "module": "itsa-react-textarea"
        },
        {
            "file": "lib/component.jsx",
            "line": 151,
            "description": "Whether the parent-form has been validated.\nThis value is needed to determine if the validate-status should be set.",
            "itemtype": "property",
            "name": "formValidated",
            "type": "Boolean",
            "since": "0.0.1",
            "class": "TextArea",
            "module": "itsa-react-textarea"
        },
        {
            "file": "lib/component.jsx",
            "line": 161,
            "description": "The text that should appear when the element is wrong validated.",
            "itemtype": "property",
            "name": "helpText",
            "type": "String",
            "since": "0.0.1",
            "class": "TextArea",
            "module": "itsa-react-textarea"
        },
        {
            "file": "lib/component.jsx",
            "line": 170,
            "description": "The `id` of the element.",
            "itemtype": "property",
            "name": "id",
            "type": "String",
            "since": "0.0.1",
            "class": "TextArea",
            "module": "itsa-react-textarea"
        },
        {
            "file": "lib/component.jsx",
            "line": 179,
            "description": "Whether to mark the Component when successfully validated.",
            "itemtype": "property",
            "name": "markValidated",
            "type": "Boolean",
            "since": "0.0.1",
            "class": "TextArea",
            "module": "itsa-react-textarea"
        },
        {
            "file": "lib/component.jsx",
            "line": 188,
            "description": "Whether the Component should show an validate-reclamation (star)",
            "itemtype": "property",
            "name": "markValidated",
            "type": "Boolean",
            "since": "0.0.1",
            "class": "TextArea",
            "module": "itsa-react-textarea"
        },
        {
            "file": "lib/component.jsx",
            "line": 197,
            "description": "The `name` for the element.",
            "itemtype": "property",
            "name": "name",
            "type": "String",
            "since": "0.0.1",
            "class": "TextArea",
            "module": "itsa-react-textarea"
        },
        {
            "file": "lib/component.jsx",
            "line": 206,
            "description": "The `onChange` function, which should update the `state`.",
            "itemtype": "property",
            "name": "onChange",
            "type": "Function",
            "since": "0.0.1",
            "class": "TextArea",
            "module": "itsa-react-textarea"
        },
        {
            "file": "lib/component.jsx",
            "line": 215,
            "description": "The `placeholder` for the element.",
            "itemtype": "property",
            "name": "placeholder",
            "type": "String",
            "since": "0.0.1",
            "class": "TextArea",
            "module": "itsa-react-textarea"
        },
        {
            "file": "lib/component.jsx",
            "line": 224,
            "description": "Inline style",
            "itemtype": "property",
            "name": "style",
            "type": "object",
            "since": "0.0.1",
            "class": "TextArea",
            "module": "itsa-react-textarea"
        },
        {
            "file": "lib/component.jsx",
            "line": 233,
            "description": "The tabindex of the Component.",
            "itemtype": "property",
            "name": "type",
            "type": "Number",
            "since": "0.0.1",
            "class": "TextArea",
            "module": "itsa-react-textarea"
        },
        {
            "file": "lib/component.jsx",
            "line": 242,
            "description": "Whether the property is validated right.",
            "itemtype": "property",
            "name": "validated",
            "type": "Boolean",
            "since": "0.0.1",
            "class": "TextArea",
            "module": "itsa-react-textarea"
        },
        {
            "file": "lib/component.jsx",
            "line": 251,
            "description": "The `value` of the input-element.",
            "itemtype": "property",
            "name": "value",
            "type": "String",
            "since": "0.0.1",
            "class": "TextArea",
            "module": "itsa-react-textarea"
        }
    ],
    "warnings": []
}