Class: CrudMessage<T>
Type parameters
Name | Type |
---|---|
T | any |
Table of contents
Properties
Constructors
Properties
data
• data: T
crud
scope
• scope: AppMessageScope
Constructors
constructor
• new CrudMessage<T
>(init?
)
Type parameters
Name | Type |
---|---|
T | any |
Parameters
Name | Type |
---|---|
init? | Partial <CrudMessage <any >> |