Skip to main content
Skip table of contents

MultiPointCommand

Used as

  • Card


Summary

The card allows you to invoke actions or edit tags on a list of points (only writable points). It requires to have an EnhancedBoundTable in the same flexView with selection activated.

Implementation

There are two ways to add it to the FlexView: 

  • Add a card from the settings bar, and choose in the list MulitPointCommand
  • Select a list of point in the EnhancedBoundTable
  • Invoke the action you want to perform on the points or edit the tags




For SET and OVERRIDE actions, you will need to follow these rules:

  • EnumWritable: same type and same range
  • BooleanWritable: same typa and same facets
  • StringWritable: same type
  • NumericWritable: same type

It is possible to change the color of the button on the design section, go to css and add :

CSS
button.MuiButton-root {
background-color: red !important; (ou n'importe quelle couleur)
}

In the future release, more design options will be available.



JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.