MultiboardSetItemStyle

Parameters
mbimultiboarditem

Target cell handle.

showValueboolean

true to render text, false to hide text.

showIconboolean

true to render icon, false to hide icon.

comment

Sets rendering properties of the multiboard cell. Hiding the icon or text does not erase it.

There is no way to get a cell's style.

note

See: MultiboardSetItemsStyle.

patch

1.07

Source
common.j (suggest an edit or discuss on Github)
return type
nothing
Source code
native MultiboardSetItemStyle           takes multiboarditem mbi, boolean showValue, boolean showIcon returns nothing