{ "comment": "/**\n * Typedef for decomposeDataUri return object.\n *\n * @typedef {object} DecomposedDataUri\n * @property {mediaType} Media type, eg. `image`\n * @property {subType} Sub type, eg. `png`\n * @property {encoding} Data encoding, eg. `base64`\n * @property {data} The actual data\n */", "meta": { "range": [ 2801, 3077 ], "filename": "index.js", "lineno": 123, "path": "C:\\Users\\beaujeup\\projects\\jsdoc-template\\examples\\pixi.js\\pixi.js-repo\\src\\core\\utils", "code": {} }, "description": "Typedef for decomposeDataUri return object.
", "kind": "typedef", "name": "DecomposedDataUri", "type": { "names": [ "object" ] }, "properties": [ { "type": { "names": [ "mediaType" ] }, "description": "type, eg.
", "name": "Media" }, { "type": { "names": [ "subType" ] }, "description": "image
type, eg.
", "name": "Sub" }, { "type": { "names": [ "encoding" ] }, "description": "png
encoding, eg.
", "name": "Data" }, { "type": { "names": [ "data" ] }, "description": "base64
actual data
", "name": "The" } ], "longname": "DecomposedDataUri", "scope": "global", "___id": "T000002R011302", "___s": true, "filepath": "core\\utils\\index.js" }