Interface: GetGridStateRequest<TUserId, TGridId>

Description

Request data interface sent by the ServerSideStorageService to get 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.