Documentation
Preparing search index...
@saltcorn/types
base_types
MobileConfig
Type Alias MobileConfig
type
MobileConfig
=
{
allowOfflineMode
?:
boolean
;
allowShareTo
?:
boolean
;
autoPublicLogin
:
boolean
;
encodedSiteLogo
?:
string
;
entry_point
:
string
;
entryPointType
:
"view"
|
"page"
|
"byrole"
;
inErrorState
?:
boolean
;
inLoadState
?:
boolean
;
isOfflineMode
?:
boolean
;
isPublicUser
?:
boolean
;
jwt
?:
string
;
networkState
?:
|
"cellular"
|
"2g"
|
"3g"
|
"4g"
|
"ethernet"
|
"none"
|
"unknown"
|
"wifi"
;
pluginHeaders
?:
string
[]
;
pushConfiguration
?:
{
devideId
:
string
;
token
:
string
}
;
pushSync
?:
boolean
;
showContinueAsPublicUser
?:
boolean
;
synchedTables
:
string
[]
;
syncInterval
?:
number
;
syncOnAppResume
?:
boolean
;
syncOnReconnect
?:
boolean
;
user
?:
any
;
version_tag
:
string
;
}
Index
Properties
allow
Offline
Mode?
allow
Share
To?
auto
Public
Login
encoded
Site
Logo?
entry_
point
entry
Point
Type
in
Error
State?
in
Load
State?
is
Offline
Mode?
is
Public
User?
jwt?
network
State?
plugin
Headers?
push
Configuration?
push
Sync?
show
Continue
As
Public
User?
synched
Tables
sync
Interval?
sync
On
App
Resume?
sync
On
Reconnect?
user?
version_
tag
Properties
Optional
allow
Offline
Mode
allowOfflineMode
?:
boolean
Optional
allow
Share
To
allowShareTo
?:
boolean
auto
Public
Login
autoPublicLogin
:
boolean
Optional
encoded
Site
Logo
encodedSiteLogo
?:
string
entry_
point
entry_point
:
string
entry
Point
Type
entryPointType
:
"view"
|
"page"
|
"byrole"
Optional
in
Error
State
inErrorState
?:
boolean
Optional
in
Load
State
inLoadState
?:
boolean
Optional
is
Offline
Mode
isOfflineMode
?:
boolean
Optional
is
Public
User
isPublicUser
?:
boolean
Optional
jwt
jwt
?:
string
Optional
network
State
networkState
?:
|
"cellular"
|
"2g"
|
"3g"
|
"4g"
|
"ethernet"
|
"none"
|
"unknown"
|
"wifi"
Optional
plugin
Headers
pluginHeaders
?:
string
[]
Optional
push
Configuration
pushConfiguration
?:
{
devideId
:
string
;
token
:
string
}
Optional
push
Sync
pushSync
?:
boolean
Optional
show
Continue
As
Public
User
showContinueAsPublicUser
?:
boolean
synched
Tables
synchedTables
:
string
[]
Optional
sync
Interval
syncInterval
?:
number
Optional
sync
On
App
Resume
syncOnAppResume
?:
boolean
Optional
sync
On
Reconnect
syncOnReconnect
?:
boolean
Optional
user
user
?:
any
version_
tag
version_tag
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allow
Offline
Mode
allow
Share
To
auto
Public
Login
encoded
Site
Logo
entry_
point
entry
Point
Type
in
Error
State
in
Load
State
is
Offline
Mode
is
Public
User
jwt
network
State
plugin
Headers
push
Configuration
push
Sync
show
Continue
As
Public
User
synched
Tables
sync
Interval
sync
On
App
Resume
sync
On
Reconnect
user
version_
tag
Documentation
Loading...