mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-05-24 16:00:16 -04:00
12 lines
195 B
JavaScript
12 lines
195 B
JavaScript
export default function ext(/* galaxy */) {
|
|
return {
|
|
support: {
|
|
snapshot: false,
|
|
export: true,
|
|
sharing: false,
|
|
exportData: true,
|
|
viewData: true,
|
|
},
|
|
};
|
|
}
|