Options
All
  • Public
  • Public/Protected
  • All
Menu

权限需要用到的字段

export
interface

Access

Hierarchy

  • Access

Index

Properties

AccessResponse

AccessResponse: { code?: AccessCode; redirect?: string }

Type declaration

  • Optional code?: AccessCode
  • Optional redirect?: string

Limit

Limit: { detail: { notWechatLimit: "userinfo" | "base" | "nothing" | "validateForm"; wechatLimit: "userinfo" | "base" | "nothing" | "validateForm" } }

Type declaration

  • detail: { notWechatLimit: "userinfo" | "base" | "nothing" | "validateForm"; wechatLimit: "userinfo" | "base" | "nothing" | "validateForm" }
    • notWechatLimit: "userinfo" | "base" | "nothing" | "validateForm"
    • wechatLimit: "userinfo" | "base" | "nothing" | "validateForm"

LimitConfig

LimitConfig: "userinfo" | "base" | "nothing" | "validateForm"

LimitDetail

LimitDetail: { notWechatLimit: "userinfo" | "base" | "nothing" | "validateForm"; wechatLimit: "userinfo" | "base" | "nothing" | "validateForm" }

Type declaration

  • notWechatLimit: "userinfo" | "base" | "nothing" | "validateForm"
  • wechatLimit: "userinfo" | "base" | "nothing" | "validateForm"

Generated using TypeDoc