Methods
Type Definitions
object
# actionPayload
payload for cas actions
Properties:
Name | Type | Description |
---|---|---|
actionName |
string
|
|
actionParameter |
object
|
object
# appControl
appControl
Properties:
Name | Type | Description |
---|---|---|
description, |
string
|
|
source |
"cas"
|
"compute"
|
|
cacheControl |
boolean
|
|
byvars |
array
|
|
initialFetch |
object
|
|
customColumns |
object
|
|
editControl |
object
|
|
appData |
object
|
object
# appEnv
appEnv
Properties:
Name | Type | Description |
---|---|---|
source |
string
|
|
store |
store
|
|
session |
object
|
|
servers |
object
|
|
logonPayload |
logonPayloadCode
|
logonPayloadPassword
|
logonPayloadToken
|
|
appControl |
appControl
|
|
state |
appEnvState
|
object
# appEnvState
appEnvstate
Properties:
Name | Type | Description |
---|---|---|
data |
rowObjectArray
|
|
columns |
columns
|
object
# fetchQuery
Information to fetch records
Properties:
Name | Type | Description |
---|---|---|
start |
number
|
|
limit |
number
|
|
format |
boolean
|
|
where |
string
|
object
# logonPayloadCode
Code logon payload
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
authType |
"code"
|
"server"
|
||
host |
URL
|
||
token |
string
|
<optional> |
Useful when CORS is set * |
bearer |
tokenType
|
<optional> |
object
# logonPayloadCode
Code logon payload
Properties:
Name | Type | Description |
---|---|---|
authType |
"code"
|
"server"
|
|
host |
URL
|
|
token |
string
|
optional |
bearer |
"Bearer"
|
optional |
object
# logonPayloadPassword
Password logon payload
Properties:
Name | Type | Description |
---|---|---|
authType |
"password"
|
|
host |
string
|
|
user |
string
|
|
password |
string
|
|
clientID |
string
|
|
clientSecret |
string
|
object
# logonPayloadPassword
Password logon payload
Properties:
Name | Type | Description |
---|---|---|
authType |
"password"
|
|
host |
string
|
|
token |
string
|
optional |
bearer |
string
|
optional |
object
# logonPayloadToken
Token logon payload
Properties:
Name | Type | Description |
---|---|---|
authType |
"token"
|
|
host |
string
|
|
token |
string
|
|
bearer |
string
|
object
# logonPayloadToken
Token logon payload
Properties:
Name | Type | Description |
---|---|---|
authType |
"token"
|
|
host |
string
|
|
token |
string
|
optional |
bearer |
string
|
optional |