ViewInfo
Base class for system objects stored in the database in a structured manner. Contains base properties: id, name and path
Extends
Constructors
new ViewInfo()
new ViewInfo(
dart):ViewInfo
Parameters
| Parameter | Type |
|---|---|
dart | any |
Returns
Overrides
Constructs
ViewInfo
Source
Properties
| Property | Modifier | Type | Inherited from |
|---|---|---|---|
dart | public | any | Entity.dart |
Accessors
author
getauthor():User
Who created entity *
Returns
Source
createdOn
getcreatedOn():Dayjs
Time when entity was created *
Returns
Dayjs
Source
entityType
getentityType():string
Entity type name *
Returns
string