Creates a new ArrayModel.
Returns the number of entries in the array model.
Protected
notifyProtected
notifyProtected
notifyProtected
notifyPushes new values to the array that's backing the model and notifies the run-time about the added rows.
Rest
...values: T[]list of values that will be pushed to the array.
Stores the given data on the given row index and notifies run-time about the changed row.
index in range 0..(rowCount() - 1).
new data item to store on the given row index
ArrayModel wraps a JavaScript array for use in
.slint
views. The underlying array can be modified with the [[ArrayModel.push]] and [[ArrayModel.remove]] methods.