Assigns the value for the given key in the styles of the given cells, or removes the key from the styles if the value is null.

  • Parameters

    • model: GraphDataModel

      to execute the transaction in.

    • cells: Cell[]

      Array of Cells to be updated.

    • key: keyof CellStateStyle

      Key of the style to be changed.

    • value: any

      New value for the given key.

    Returns void