Interface: SetGridStateRequest<TUserId, TGridId>

Description

Request data interface sent by the ServerSideStorageService to save the current grid state.

Type parameters

Type parameterDescription
TUserIdThe type of the user identifier.
TGridIdThe type of the grid identifier.

Properties

PropertyTypeDescription
userIdTUserIdThe unique identifier for the current user.
gridIdTGridIdThe unique identifier for the specific data grid instance.
gridStateGridStateThe current grid state to save.