Preparing search index...
The search index is not available
millconnect
millconnect
app/types/settings.type
Settings
Interface Settings
interface
Settings
{
active
:
boolean
;
created
?:
Moment
;
currencySymbol
:
string
;
id
?:
string
;
inputVolumeSymbol
:
string
;
installationSettings
:
InstallationSettings
[]
;
mailEnableSSL
:
boolean
;
mailPassword
:
string
;
mailPort
:
number
;
mailServer
:
string
;
mailUser
:
string
;
modified
?:
Moment
;
name
:
string
;
outputVolumeSymbol
:
string
;
staySignedInTtl
:
number
;
}
Hierarchy (
View Summary
)
MongoEntity
Settings
Index
Properties
active
created?
currency
Symbol
id?
input
Volume
Symbol
installation
Settings
mail
EnableSSL
mail
Password
mail
Port
mail
Server
mail
User
modified?
name
output
Volume
Symbol
stay
Signed
In
Ttl
Properties
active
active
:
boolean
Optional
created
created
?:
Moment
currency
Symbol
currencySymbol
:
string
Optional
id
id
?:
string
input
Volume
Symbol
inputVolumeSymbol
:
string
installation
Settings
installationSettings
:
InstallationSettings
[]
mail
EnableSSL
mailEnableSSL
:
boolean
mail
Password
mailPassword
:
string
mail
Port
mailPort
:
number
mail
Server
mailServer
:
string
mail
User
mailUser
:
string
Optional
modified
modified
?:
Moment
name
name
:
string
output
Volume
Symbol
outputVolumeSymbol
:
string
stay
Signed
In
Ttl
staySignedInTtl
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
created
currency
Symbol
id
input
Volume
Symbol
installation
Settings
mail
EnableSSL
mail
Password
mail
Port
mail
Server
mail
User
modified
name
output
Volume
Symbol
stay
Signed
In
Ttl
millconnect
Loading...