A command to modify multiple table layer settings in a generic way.

This interface does not validate the setting names or their values.

Hierarchy

  • MultiModifyTableLayerMessage

Properties

Properties

event: "table_layer_set_multi"

The tag identifying this message type

id: string

The identifier of the layer to modify

settings: string[]

The names of the settings to modify

values: any[]

The values for these settings, in the same order as the setting names

Generated using TypeDoc