You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.
I've would like to see examples of using Halyard in a Qlik Sense extension and how to add halyard-enigma mixing to the enigma model.
Creating regular apps and session apps.
The text was updated successfully, but these errors were encountered:
I've got it to work after I posted an issue on enigma.
var qixSchema = require('text!../.././external/qlik/qix/3.2/schema.json');
var enigmaConfig = {
Promise: $q,
schema: JSON.parse(qixSchema),
session: {
host: $window.location.host,
secure: $window.location.protocol === 'https:'
},
mixins: enigmaMixin
};
@kfsjostrand I agree that we need an example showcasing how to use halyard.js in a browser setting. If you are interested to learn more about enigma mixins check halyard-enigma-mixin
Description
I've would like to see examples of using Halyard in a Qlik Sense extension and how to add halyard-enigma mixing to the enigma model.
Creating regular apps and session apps.
The text was updated successfully, but these errors were encountered: