Trello.js - API library
Preparing search index...
Models
MemberPrefs
Interface MemberPrefs
interface
MemberPrefs
{
colorBlind
?:
boolean
;
locale
?:
string
;
minutesBeforeDeadlineToNotify
?:
number
;
minutesBetweenSummaries
?:
number
;
privacy
?:
{
avatar
?:
string
;
fullName
?:
string
}
;
sendSummaries
?:
boolean
;
timezone
?:
string
;
timezoneInfo
?:
{
dateNext
?:
string
;
offsetCurrent
?:
number
;
offsetNext
?:
number
;
timezoneCurrent
?:
string
;
timezoneNext
?:
string
;
}
;
twoFactor
?:
{
enabled
?:
boolean
;
needsNewBackups
?:
boolean
}
;
}
Index
Properties
color
Blind?
locale?
minutes
Before
Deadline
To
Notify?
minutes
Between
Summaries?
privacy?
send
Summaries?
timezone?
timezone
Info?
two
Factor?
Properties
Optional
color
Blind
colorBlind
?:
boolean
Optional
locale
locale
?:
string
Optional
minutes
Before
Deadline
To
Notify
minutesBeforeDeadlineToNotify
?:
number
Optional
minutes
Between
Summaries
minutesBetweenSummaries
?:
number
Optional
privacy
privacy
?:
{
avatar
?:
string
;
fullName
?:
string
}
Optional
send
Summaries
sendSummaries
?:
boolean
Optional
timezone
timezone
?:
string
Optional
timezone
Info
timezoneInfo
?:
{
dateNext
?:
string
;
offsetCurrent
?:
number
;
offsetNext
?:
number
;
timezoneCurrent
?:
string
;
timezoneNext
?:
string
;
}
Optional
two
Factor
twoFactor
?:
{
enabled
?:
boolean
;
needsNewBackups
?:
boolean
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
color
Blind
locale
minutes
Before
Deadline
To
Notify
minutes
Between
Summaries
privacy
send
Summaries
timezone
timezone
Info
two
Factor
Trello.js - API library
Loading...