@refinio/one.ui
    Preparing search index...
    • Alter an array at a specific row and column

      Parameters

      • array: string[][]

        The array to alter

      • row: number

        The row to alter

      • column: number

        The column to alter

      • value: string

        The value to set

      Returns void