mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:27:45 +00:00
LibGUI: Allow assigning a value to a specific index in JsonArrayModel
This commit is contained in:
parent
4babf6e4e1
commit
990e362a17
2 changed files with 20 additions and 0 deletions
|
@ -76,6 +76,7 @@ public:
|
|||
void set_json_path(const String& json_path);
|
||||
|
||||
bool add(const Vector<JsonValue>&& fields);
|
||||
bool set(int row, Vector<JsonValue>&& fields);
|
||||
bool remove(int row);
|
||||
bool store();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue