Generate a clone_id based on grid location and button label
Clone ID format: "{rows}x{cols}-{row}.{col}-{label_normalized}" Example: "6x4-2.3-more" for button "more" at row 2, col 3 in a 6x4 grid
Total number of rows in the grid
Total number of columns in the grid
Zero-based row index of the button
Zero-based column index of the button
The button label
A clone_id string
Generate a clone_id based on grid location and button label
Clone ID format: "{rows}x{cols}-{row}.{col}-{label_normalized}" Example: "6x4-2.3-more" for button "more" at row 2, col 3 in a 6x4 grid