-
Notifications
You must be signed in to change notification settings - Fork 0
WeMet
ikcede edited this page Mar 19, 2024
·
1 revision
Wrapper class for WeMet object
• new WeMet(didMeet
, timestamp
): WeMet
Name | Type |
---|---|
didMeet |
string |
timestamp |
null | Date
|
• didMeet: string
Value for WeMet (can be 'Yes', 'No', or 'Not Yet')
• timestamp: null
| Date
Timestamp of user setting the WeMet value
▸ fromRaw(data
): WeMet
Builds a WeMet object from raw object data in matches.json
These are based on the user's input
Name | Type |
---|---|
data |
any |
A built WeMet object