Versions Compared

Key

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

...

silreporting_createMultiSelectList(label, options, defaultValue)

Description

Excerpt
Creates a multi select list in the gadget report parameters section.

Parameters

Parameter name

Type

Required

Description

label

string

Yes

Label of the field.

options

SILReportingOption []

YesList of selectable options.

defaultValue

string

Yes

Default value or an empty string.

...