Constructor
new Attribute()
Properties:
| Name | Type | Description | 
|---|---|---|
| attributeId | string | immutable | 
| noteId | string | immutable | 
| type | string | immutable | 
| name | string | immutable | 
| value | string | |
| position | int | |
| isInheritable | boolean | immutable | 
| isDeleted | boolean | |
| deleteId | string | null | ID identifying delete transaction | 
| utcDateModified | string | 
- Source:
Extends
Methods
getNote() → {Note|null}
- Source:
Returns:
- Type
- Note | null
getTargetNote() → {Note|null}
- Source:
Returns:
- Type
- Note | null
isDefinition() → {boolean}
- Source:
Returns:
- Type
- boolean