Versions Compared

Key

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

...

Div
classpdfExportLandscape
Warning

In the coming weeks an overview of all scripting methods of the graphomate matrix will be made available. Until then you can use the autocompletion in the scripting editor.

Scripting Documentation of graphomate matrix for SAP Lumira Designer


Author:



Rev

2020

2021.

4

2 as of

October 2020

May 2021


PDF Export
Div
classnoPrint
Info

Scripting Documentation https://public.graphomate.com/matrix/lumira-scripting-doc/interfaces/doc_scriptingapi.scriptingapi.html


Introduction

The graphomate matrix supports the Designer scripting language. This enables the user to dynamically interact with the add-on during runtime. Script commands include manipulation of the graphomate matrix layout or setting of data. This document features a list of all currently available script commands. 

Events

The following events are available. User-made scripts can be deposited on the Property Sheet under the group Events.

Event NameDescription
On Element Clicked

Is triggered when the user clicks on an element of the chart at runtime. In order to allow a drilldown, it is necessary to react on the user input at this point. The return values of the following functions are updated at the moment of the event:

  • getSelectedMembergetSelectedData() 


Functions

The following functions are availableYou can find an overview of all functions here. They can be addressed in the scripting editor of Designer. We differentiate between getter and setter functions as they get information from the extension or set its properties.

...