Function MultiboardSetItemStyle

  • 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.

    Parameters

    • mbi: HandleHolder<"multiboarditem">

      Target cell handle.

    • showValue: boolean

      true to render text, false to hide text.

    • showIcon: boolean

      true to render icon, false to hide icon.

    Returns void

    Note

    See: MultiboardSetItemsStyle.

Generated using TypeDoc