Edit on GitHub

SelectCell Options

A schema that is used to validate a part of Laboperator workflow templates.

Options to a SelectCell action.

SelectCell Options
property name*
object
tablerequired
reference
Member Name
Identifier of the table
valuerequired
reference
Script

Set the selected cell based on calculated value from signal and fields.

For example, if the signal come with the following structure:

{ 'identifier' => 'myTable', 'data' => { 'pointer' => '/1/density' } }

You can set the selected cell to the row on index 1 of column 'density' by setting this property to 'data.pointer'.

For the selection to work, the calculated value must resolve to a json pointer in the format of /[row-0-based-index]/[column-key]

To unset the selection, the calculated value must resolve to 'null'.

Where is this used?
Other schemas that have a reference ($ref) to this schema.

No references found.