UNPKG

903 BSource Map (JSON)View Raw
1{"version":3,"file":"instance-property.js","sourceRoot":"","sources":["../../../../src/@ionic-native/core/decorators/instance-property.ts"],"names":[],"mappings":"AAAA,MAAM,UAAU,mBAAmB,CAAC,SAAc,EAAE,GAAW;IAC7D,IAAI,SAAS,CAAC,eAAe,IAAI,SAAS,CAAC,eAAe,CAAC,GAAG,CAAC,EAAE;QAC/D,OAAO,SAAS,CAAC,eAAe,CAAC,GAAG,CAAC,CAAC;KACvC;IACD,OAAO,IAAI,CAAC;AACd,CAAC;AAED,MAAM,UAAU,mBAAmB,CAAC,SAAc,EAAE,GAAW,EAAE,KAAU;IACzE,IAAI,SAAS,CAAC,eAAe,EAAE;QAC7B,SAAS,CAAC,eAAe,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC;KACxC;AACH,CAAC","sourcesContent":["export function instancePropertyGet(pluginObj: any, key: string) {\n if (pluginObj._objectInstance && pluginObj._objectInstance[key]) {\n return pluginObj._objectInstance[key];\n }\n return null;\n}\n\nexport function instancePropertySet(pluginObj: any, key: string, value: any) {\n if (pluginObj._objectInstance) {\n pluginObj._objectInstance[key] = value;\n }\n}\n"]}
\No newline at end of file