@custouch/jssdk
Preparing search index...
service/access
Access
Interface Access
权限需要用到的字段
Export
Access
interface
Access
{
AccessResponse
:
{
code
?:
AccessCode
;
detail
?:
Record
<
string
,
any
>
;
redirect
?:
string
;
}
;
Limit
:
{
detail
:
{
notWechatLimit
:
"base"
|
"userinfo"
|
"nothing"
|
"validateForm"
;
wechatLimit
:
"base"
|
"userinfo"
|
"nothing"
|
"validateForm"
;
}
;
}
;
LimitConfig
:
"base"
|
"userinfo"
|
"nothing"
|
"validateForm"
;
LimitDetail
:
{
notWechatLimit
:
"base"
|
"userinfo"
|
"nothing"
|
"validateForm"
;
wechatLimit
:
"base"
|
"userinfo"
|
"nothing"
|
"validateForm"
;
}
;
}
Index
Properties
Access
Response
Limit
Limit
Config
Limit
Detail
Properties
Access
Response
AccessResponse
:
{
code
?:
AccessCode
;
detail
?:
Record
<
string
,
any
>
;
redirect
?:
string
;
}
Limit
Limit
:
{
detail
:
{
notWechatLimit
:
"base"
|
"userinfo"
|
"nothing"
|
"validateForm"
;
wechatLimit
:
"base"
|
"userinfo"
|
"nothing"
|
"validateForm"
;
}
;
}
Limit
Config
LimitConfig
:
"base"
|
"userinfo"
|
"nothing"
|
"validateForm"
Limit
Detail
LimitDetail
:
{
notWechatLimit
:
"base"
|
"userinfo"
|
"nothing"
|
"validateForm"
;
wechatLimit
:
"base"
|
"userinfo"
|
"nothing"
|
"validateForm"
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Access
Response
Limit
Limit
Config
Limit
Detail
@custouch/jssdk
Loading...
权限需要用到的字段
Export
Access