{
"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. image
",
"name": "Media"
},
{
"type": {
"names": [
"subType"
]
},
"description": "type, eg. png
",
"name": "Sub"
},
{
"type": {
"names": [
"encoding"
]
},
"description": "encoding, eg. base64
",
"name": "Data"
},
{
"type": {
"names": [
"data"
]
},
"description": "actual data
",
"name": "The"
}
],
"longname": "DecomposedDataUri",
"scope": "global",
"___id": "T000002R011302",
"___s": true,
"filepath": "core\\utils\\index.js"
}