Home

typedef: Size


  {
    "comment": "/**\n * Typedef for Size object.\n *\n * @typedef {object} Size\n * @property {width} Width component\n * @property {height} Height component\n */",
    "meta": {
        "range": [
            4287,
            4427
        ],
        "filename": "index.js",
        "lineno": 179,
        "path": "C:\\Users\\beaujeup\\projects\\jsdoc-template\\examples\\pixi.js\\pixi.js-repo\\src\\core\\utils",
        "code": {}
    },
    "description": "

Typedef for Size object.

", "kind": "typedef", "name": "Size", "type": { "names": [ "object" ] }, "properties": [ { "type": { "names": [ "width" ] }, "description": "

component

", "name": "Width" }, { "type": { "names": [ "height" ] }, "description": "

component

", "name": "Height" } ], "longname": "Size", "scope": "global", "___id": "T000002R011315", "___s": true, "filepath": "core\\utils\\index.js" }