Id type
Id
is a common type to identify many objects in grid e.g.:
Column
,
Id
can be a number
or string
.
Definition
type Id = number | string;
- Definition
Id
is a common type to identify many objects in grid e.g.:
Column
,
Id
can be a number
or string
.
type Id = number | string;