Preparing search index...
The search index is not available
edocu-sdk
edocu-sdk
AppConfiguration
Interface AppConfiguration
interface
AppConfiguration
{
capturePhotosTransform
?:
(
files
:
LocalFile
<
NativeFile
>
[]
,
element
:
Element
,
)
=>
Promise
<
LocalFile
<
NativeFile
>
[]
>
;
getMenuItems
:
(
store
:
MainStore
)
=>
(
MenuItem
|
NestedMenu
)
[]
;
inactivityLogout
?:
{
securityGroupIds
?:
string
[]
;
timeoutMinutes
:
number
}
;
initialScreen
:
Screen
|
(
store
:
MainStore
)
=>
Screen
;
offline
?:
{
gisDataConfig
?:
{
enabled
:
boolean
}
;
mapTilesConfig
?:
OfflineCreatePackOptions
[]
;
preloadTypes
:
typeof
Element
[]
;
setupOfflineResources
?:
(
store
:
MainStore
,
onMessage
?:
(
message
:
string
)
=>
void
,
)
=>
Promise
<
void
>
;
}
;
onScanText
?:
(
payload
:
string
,
)
=>
{
payload
?:
Record
<
string
,
unknown
>
;
source
?:
string
;
target
?:
string
;
type
:
string
;
}
;
showEditElementButton
?:
(
element
:
Element
)
=>
boolean
;
showEditListingButton
?:
(
store
:
MainStore
)
=>
boolean
;
usesWorkgroups
?:
boolean
;
}
Index
Properties
capture
Photos
Transform?
get
Menu
Items
inactivity
Logout?
initial
Screen
offline?
on
Scan
Text?
show
Edit
Element
Button?
show
Edit
Listing
Button?
uses
Workgroups?
Properties
Optional
capture
Photos
Transform
capturePhotosTransform
?:
(
files
:
LocalFile
<
NativeFile
>
[]
,
element
:
Element
,
)
=>
Promise
<
LocalFile
<
NativeFile
>
[]
>
get
Menu
Items
getMenuItems
:
(
store
:
MainStore
)
=>
(
MenuItem
|
NestedMenu
)
[]
Optional
inactivity
Logout
inactivityLogout
?:
{
securityGroupIds
?:
string
[]
;
timeoutMinutes
:
number
}
initial
Screen
initialScreen
:
Screen
|
(
store
:
MainStore
)
=>
Screen
Optional
offline
offline
?:
{
gisDataConfig
?:
{
enabled
:
boolean
}
;
mapTilesConfig
?:
OfflineCreatePackOptions
[]
;
preloadTypes
:
typeof
Element
[]
;
setupOfflineResources
?:
(
store
:
MainStore
,
onMessage
?:
(
message
:
string
)
=>
void
,
)
=>
Promise
<
void
>
;
}
Optional
on
Scan
Text
onScanText
?:
(
payload
:
string
,
)
=>
{
payload
?:
Record
<
string
,
unknown
>
;
source
?:
string
;
target
?:
string
;
type
:
string
;
}
Optional
show
Edit
Element
Button
showEditElementButton
?:
(
element
:
Element
)
=>
boolean
Optional
show
Edit
Listing
Button
showEditListingButton
?:
(
store
:
MainStore
)
=>
boolean
Optional
uses
Workgroups
usesWorkgroups
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
capture
Photos
Transform
get
Menu
Items
inactivity
Logout
initial
Screen
offline
on
Scan
Text
show
Edit
Element
Button
show
Edit
Listing
Button
uses
Workgroups
edocu-sdk
Loading...