EntityDefinitionComponent<T>
Extends
BaseObserver<T>
Extended by
EntityEncoderComponentDescendantEntityProviderComponentEntityHandlerComponentEntityDescriberComponentEntityDocsComponentEntityPresenterComponentEntitySearchEngineComponentEntityPanelComponent
Type Parameters
| Type Parameter | Default type |
|---|---|
T | any |
Constructors
Constructor
new EntityDefinitionComponent<T>(type): EntityDefinitionComponent<T>;
Parameters
| Parameter | Type |
|---|---|
type | string |
Returns
EntityDefinitionComponent<T>
Overrides
BaseObserver<T>.constructor
Properties
| Property | Modifier | Type |
|---|---|---|
definition | public | EntityDefinition |
type | public | string |
Accessors
system
Get Signature
get system(): System;
Returns
Methods
setDefinition()
setDefinition(definition): void;
Parameters
| Parameter | Type |
|---|---|
definition | EntityDefinition |
Returns
void