mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
feat: expose ext on generator (#1700)
This commit is contained in:
@@ -63,6 +63,10 @@ export default function generatorFn(UserSN, galaxy) {
|
|||||||
* @type {SnComponent}
|
* @type {SnComponent}
|
||||||
*/
|
*/
|
||||||
component: sn.component || {},
|
component: sn.component || {},
|
||||||
|
/**
|
||||||
|
* @type {EXT}
|
||||||
|
*/
|
||||||
|
ext: sn.ext,
|
||||||
/**
|
/**
|
||||||
* @param {object} p
|
* @param {object} p
|
||||||
* @param {EnigmaAppModel} p.app
|
* @param {EnigmaAppModel} p.app
|
||||||
|
|||||||
Reference in New Issue
Block a user