Class BaseTextItem.BaseTextValue
Package: @aurigma/design-atoms-model
Constructors
(constructor)(name, text)
Constructs a new instance of the BaseTextValue class
Declaration
constructor(name: string, text: string);
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | |
| string | text |
Properties
name
Declaration
name: string;
Property Value
| Type | Description |
|---|---|
| string |
text
Declaration
text: string;
Property Value
| Type | Description |
|---|---|
| string |
Methods
clone()
Declaration
clone(): BaseTextValue;
Returns
| Type | Description |
|---|---|
| BaseTextValue |
equals(other)
Declaration
equals(other: BaseTextValue): boolean;
Parameters
| Type | Name | Description |
|---|---|---|
| BaseTextValue | other |
Returns
| Type | Description |
|---|---|
| boolean |