Home

function: mixin


mixin(obj: object): void

Mixes in the properties of the pluginTarget into another object

Params:

Name Type Attribute Description
obj

The obj to mix into

Returns:

void

  {
    "comment": "/**\n     * Mixes in the properties of the pluginTarget into another object\n     *\n     * @param {object} obj - The obj to mix into\n     */",
    "meta": {
        "range": [
            1395,
            1460
        ],
        "filename": "pluginTarget.js",
        "lineno": 64,
        "path": "C:\\Users\\beaujeup\\projects\\jsdoc-template\\examples\\pixi.js\\pixi.js-repo\\src\\core\\utils",
        "code": {
            "id": "astnode100048092",
            "name": "mixin",
            "type": "FunctionExpression",
            "value": "mixin"
        }
    },
    "description": "

Mixes in the properties of the pluginTarget into another object

", "params": [ { "type": { "names": [ "object" ] }, "description": "

The obj to mix into

", "name": "obj" } ], "name": "mixin", "longname": "module.exports.mixin", "kind": "function", "memberof": "module.exports", "scope": "static", "___id": "T000002R004463", "___s": true, "filepath": "core\\utils\\pluginTarget.js" }
nnerHTML = html; } searchField.addEventListener('keyup', (event) => { const searchStr = event.target.value.toLowerCase(); const results = {}; Object.keys(__MENUDATA).forEach((menupath) => { const matches = []; __MENUDATA[menupath].forEach((symbol) => { if (symbol.name.toLowerCase().indexOf(searchStr) !== -1) { matches.push(symbol); } }); if (matches.length) { results[menupath] = matches; } }); renderMenu(results); });