Resolves #26 Entity view page
This commit is contained in:
@ -63,4 +63,10 @@ class ServiceCallEvent {
|
||||
Map<String, String> additionalParams;
|
||||
|
||||
ServiceCallEvent(this.domain, this.service, this.entityId, this.additionalParams);
|
||||
}
|
||||
|
||||
class ShowEntityPageEvent {
|
||||
Entity entity;
|
||||
|
||||
ShowEntityPageEvent(this.entity);
|
||||
}
|
Reference in New Issue
Block a user