Function MultiboardSetItemValue

  • Sets the cell's text. It is empty by default.

    Parameters

    • mbi: HandleHolder<"multiboarditem">

      Target cell handle.

    • val: string

      New text.

    Returns void

    Note

    You must make sure the new text will fit in current width by setting MultiboardSetItemWidth appropriately. If the width is too small, the text will be cut off.

    Note

    See: MultiboardSetItemsValue.

Generated using TypeDoc