Example thumbnail image

Description

Draw a table of events, filtered by eventname(s). If similar events occur immediately after each other they are squished into a single event.

Wiki

This widget has additional information in a wiki page.

Implementation

Browse source code here.

Configuration options

NameDescriptionQuantisationDefaultType
titleNonerequiredEvents Liststring
eventEvent classes to show. One element per class only.multiple
NameDescriptionQuantisationDefaultType
eventnameEvent class namerequiredstring
componentSelect events with this component instance propertymultiplestring
min-durationMin event durationoptionalduration
max-durationMax event durationoptionalduration
conditionFilter Conditionsmultiple
NameDescriptionQuantisationDefaultType
propertyInstance property to testrequiredstring
opCondition operatorrequiredstring, select from:
  • "eq" (Equal)
  • "ne" (Not equal)
  • "lt" (Less then)
  • "gt" (Greater than)
valueQuery parameterrequiredstring
absolute-start-timeTo override sensing-start time of the reportoptionaldatetime
hide-default-columnsSuppress the default columns allowing all columns to be customisedrequiredFalseboolean
columnAdd additional custom columns to tablemultiple
NameDescriptionQuantisationDefaultType
headingNonerequiredstring
contentNonerequiredstring

Example

	<events-list>
    option 1
    option 2
    ...
</events-list>
	

This shows an example of the basic declaration of the widget with no options. Options are added as: <name>value</name>