ModelResetArgs: {
    type: "model-reset";
}

An arguments object for the changed signal.

Notes

Data models should emit the changed signal with this args object type when the model has changed in a fashion that cannot be easily expressed by the other args object types.

This is the "big hammer" approach, and will cause any associated data grid to perform a full reset. The other changed args types should be used whenever possible.

Type declaration

  • Readonly type: "model-reset"

    The discriminated type of the args object.