Constructor
new Lexeme(dataopt)
Create a new Lexeme.
- Source:
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
data |
Object
|
<optional> |
{} |
The data for this Lexeme. |
Extends
Members
(readonly) cid :UUID
The client ID for this model. Generated on instantiation if not already present.
- Overrides:
- Source:
Type:
-
UUID
(readonly) dateCreated :Date
The date that the data for this model were originally created. Generated on instantiation if not already present.
- Overrides:
- Source:
Type:
-
Date
dateModified :Date
The date that the data for this model were last modified. Generated on instantiation if not already present.
- Overrides:
- Source:
Type:
-
Date
(constant) type :String
The type for this model, e.g. Language
, Text
, Lexeme
, etc.
- Overrides:
- Source:
Type:
-
String