@icomedias/hybridforms-js
Preparing search index...
types/types
HybridFormsClientConfig
Interface HybridFormsClientConfig
interface
HybridFormsClientConfig
{
baseUrl
:
string
;
clientId
:
string
;
password
?:
string
;
token
?:
string
;
user
?:
string
;
xhr
?:
(
obj
:
XhrRequest
)
=>
Promise
<
XMLHttpRequest
>
;
}
Index
Properties
base
Url
client
Id
password?
token?
user?
xhr?
Properties
base
Url
baseUrl
:
string
client
Id
clientId
:
string
Optional
password
password
?:
string
Optional
token
token
?:
string
Optional
user
user
?:
string
Optional
xhr
xhr
?:
(
obj
:
XhrRequest
)
=>
Promise
<
XMLHttpRequest
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
Url
client
Id
password
token
user
xhr
@icomedias/hybridforms-js
Loading...