Like what you see? Have a play with our trial version.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
window.yellowfin.loadStoryAPI().then(() => {
    window.yellowfin.stories.loadStory(
{         storyUUID: '<%=Story Publish UUID%>',          element: 'div#storyContainer'     }
).then((storyAPI) =>
{         console.log(storyAPI);         window.storyAPI = storyAPI;     }
);
});


Anchor
guidednlq
guidednlq

Styleclass
ClasstopLink

top

...

  • via the Advanced API (discussed below); and
  • via the embed link.

Advanced API

The Advanced API introduces many complex objects and allows different methods of setting up the Guided NLQ view.

...