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

Error rendering macro 'rw-search'

null

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Yellowfin uses a common ancestor API for providing basic configuration UI and persistence to plugins in a generic way. This API is called UserInputParameters (UIP) and is the base class for most Yellowfin Plugins, except for some specific exceptions such as Data Transformations, which require more sophisticated UI and persistence.

Some plug-in APIs which descend from UIP redefine how developers should interact with UIP, so check the documentation for those APIs to see if anything is redefined.

Some parts of UIP are used by the Yellowfin backend to facilitate the use and persistence of plug-in data. These parts of the API are not documented here, and developers are not expected to know about their implementation.

 

 

Guide Content

This guide is broken into the following sections:

  • Parameter class: 
  • Basic UI set up: 
  • Complex UI:

 

For more details, refer to the appendix for this API.

 

 

 

 

Next topic: Parameter class

 

 

  • No labels