<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Nebula.js - Help to undertand the basics (eg. useApp) in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Nebula-js-Help-to-undertand-the-basics-eg-useApp/m-p/1946897#M16971</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I have made a few simple extensions in the past, and now I want to start using the new Nebula/Enigma frameworks for them.&lt;/P&gt;
&lt;P&gt;However, I'm struggling to find enough information and examples to understand how.&lt;/P&gt;
&lt;P&gt;For example, I'm using 'useApp' from Nebula and trying to run the method 'getObjects' on it&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV style="color: #d4d4d4; background-color: #1e1e1e; font-family: Consolas, 'Courier New', monospace; font-weight: normal; font-size: 14px; line-height: 19px; white-space: pre;"&gt;
&lt;DIV&gt;&lt;SPAN&gt;const&lt;/SPAN&gt; &lt;SPAN&gt;app&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;useApp&lt;/SPAN&gt;&lt;SPAN&gt;();&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;app&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;getObjects&lt;/SPAN&gt;&lt;SPAN&gt;({ qOptionsVar }&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;SPAN&gt;then&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;infos&lt;/SPAN&gt; &lt;SPAN&gt;=&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; console&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;log&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;infos&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;});&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;On the documentation, the qOptionsVar is shown as an example like (help &lt;A href="https://qlik.dev/apis/json-rpc/qix/doc#%23%2Fentries%2FDoc%2Fentries%2FGetObjects" target="_self"&gt;link&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="js"&gt;{
  "qOptions": {
    "qTypes": [
      "value"
    ],
    "qIncludeSessionObjects": true,
    "qData": {}
  }
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, I cannot find any documentation that explains the different values or options to fill in this in order to control what is returned by the method.&lt;/P&gt;
&lt;P&gt;Where I can find this info? For example, I would like to retrieve all the Master items on the app.&lt;/P&gt;
&lt;P&gt;Any help would be appreciated. Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Cristian&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jun 2022 15:17:03 GMT</pubDate>
    <dc:creator>Cristian_Dorbesi</dc:creator>
    <dc:date>2022-06-22T15:17:03Z</dc:date>
    <item>
      <title>Nebula.js - Help to undertand the basics (eg. useApp)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Nebula-js-Help-to-undertand-the-basics-eg-useApp/m-p/1946897#M16971</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I have made a few simple extensions in the past, and now I want to start using the new Nebula/Enigma frameworks for them.&lt;/P&gt;
&lt;P&gt;However, I'm struggling to find enough information and examples to understand how.&lt;/P&gt;
&lt;P&gt;For example, I'm using 'useApp' from Nebula and trying to run the method 'getObjects' on it&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV style="color: #d4d4d4; background-color: #1e1e1e; font-family: Consolas, 'Courier New', monospace; font-weight: normal; font-size: 14px; line-height: 19px; white-space: pre;"&gt;
&lt;DIV&gt;&lt;SPAN&gt;const&lt;/SPAN&gt; &lt;SPAN&gt;app&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;useApp&lt;/SPAN&gt;&lt;SPAN&gt;();&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;app&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;getObjects&lt;/SPAN&gt;&lt;SPAN&gt;({ qOptionsVar }&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;SPAN&gt;then&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;infos&lt;/SPAN&gt; &lt;SPAN&gt;=&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; console&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;log&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;infos&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;});&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;On the documentation, the qOptionsVar is shown as an example like (help &lt;A href="https://qlik.dev/apis/json-rpc/qix/doc#%23%2Fentries%2FDoc%2Fentries%2FGetObjects" target="_self"&gt;link&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="js"&gt;{
  "qOptions": {
    "qTypes": [
      "value"
    ],
    "qIncludeSessionObjects": true,
    "qData": {}
  }
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, I cannot find any documentation that explains the different values or options to fill in this in order to control what is returned by the method.&lt;/P&gt;
&lt;P&gt;Where I can find this info? For example, I would like to retrieve all the Master items on the app.&lt;/P&gt;
&lt;P&gt;Any help would be appreciated. Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Cristian&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 15:17:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Nebula-js-Help-to-undertand-the-basics-eg-useApp/m-p/1946897#M16971</guid>
      <dc:creator>Cristian_Dorbesi</dc:creator>
      <dc:date>2022-06-22T15:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Nebula.js - Help to undertand the basics (eg. useApp)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Nebula-js-Help-to-undertand-the-basics-eg-useApp/m-p/1949388#M16998</link>
      <description>&lt;P&gt;Are you trying to build a custom theme? a visualization?&lt;/P&gt;
&lt;P&gt;Here are a few links that may guide you in the right direction&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Apps/designing-apps-visualizations.htm" target="_blank"&gt;Designing apps and visualizations&lt;/A&gt;&lt;/LI&gt;
 &lt;LI&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/May2022/Subsystems/NetSDKAPIref/Content/Qlik.Sense.Client.Visualizations.htm" target="_blank"&gt;Qlik.Sense.Client.Visualizations&lt;/A&gt;&lt;/LI&gt;
 &lt;LI&gt;&lt;A href="https://help.qlik.com/en-US/sense/May2022/Subsystems/Hub/Content/Sense_Hub/Visualizations/create-visualizations-overview.htm" target="_blank"&gt;Creating and editing visualizations&lt;/A&gt;&lt;/LI&gt;
 &lt;LI&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/May2022/Subsystems/Extensions/Content/Sense_Extensions/custom-themes-introduction.htm" target="_blank"&gt;Custom themes&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;kind regards...&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 21:05:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Nebula-js-Help-to-undertand-the-basics-eg-useApp/m-p/1949388#M16998</guid>
      <dc:creator>Frank_S</dc:creator>
      <dc:date>2022-06-28T21:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Nebula.js - Help to undertand the basics (eg. useApp)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Nebula-js-Help-to-undertand-the-basics-eg-useApp/m-p/1949947#M17004</link>
      <description>&lt;P&gt;Hi Frank,&lt;BR /&gt;&lt;BR /&gt;I'm trying to build an extension. Similar to a container to display a few master items.&lt;/P&gt;
&lt;P&gt;The main issue I found is that I don't find all the documentation I need. For example, as I said on the previous example.&lt;/P&gt;
&lt;P&gt;For the App.getObjects, it needs a parameter like the one mentioned, but I haven't found any documentation about what are the supported types/values for the parameter "qTypes".&lt;/P&gt;
&lt;P&gt;For example, I found by just trying that 'sheets' is a valid type, or on the next link, there are some others given by other users.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Integration-Extension-APIs/Get-all-AppObjects-and-ID-s/m-p/1563796" target="_blank"&gt;https://community.qlik.com/t5/Integration-Extension-APIs/Get-all-AppObjects-and-ID-s/m-p/1563796&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;However, there is NO accessible documentation about what are the possible types supported. This is not the only case where this happens....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Qlik dev: No info about the valid values.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://qlik.dev/apis/json-rpc/qix/doc#%23%2Fentries%2FDoc%2Fentries%2FGetObjects" target="_blank"&gt;https://qlik.dev/apis/json-rpc/qix/doc#%23%2Fentries%2FDoc%2Fentries%2FGetObjects&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/May2022/Subsystems/EngineJSONAPI/Content/models-nxgetobjectoptions.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/May2022/Subsystems/EngineJSONAPI/Content/models-nxgetobjectoptions.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/May2022/Subsystems/EngineJSONAPI/Content/models-nxgetobjectoptions.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/May2022/Subsystems/EngineJSONAPI/Content/models-nxgetobjectoptions.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe I'm looking at the wrong place. Could you please indicate where I can find the information?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 23:49:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Nebula-js-Help-to-undertand-the-basics-eg-useApp/m-p/1949947#M17004</guid>
      <dc:creator>Cristian_Dorbesi</dc:creator>
      <dc:date>2022-06-29T23:49:10Z</dc:date>
    </item>
  </channel>
</rss>

