Options
All
  • Public
  • Public/Protected
  • All
Menu

资源权限组件

Hierarchy

  • InvisibleBase
    • Right

Index

Constructors

constructor

  • new Right(config: any): Right
  • Parameters

    • config: any

    Returns Right

Properties

menuId

menuId: string

权限组件绑定的菜单ID

onResRightScript

onResRightScript: any

设置页面的资源权限脚本

rights

rights: IRigtItem[]

权限项数组

Methods

Protected doApplyRights

  • doApplyRights(): void
  • 应用权限 自定义的脚本优先级别比关联组件高

    Returns void

doGetCss

  • doGetCss(): object
  • Returns object

getAttrEditors

  • getAttrEditors(): AttributeEditorBase[]
  • Returns AttributeEditorBase[]

getRight

  • getRight(cmp: ComponentBase): boolean
  • 获取组件的权限值

    Parameters

    • cmp: ComponentBase

      组件

    Returns boolean

    返回权限的值

getRightByName

  • getRightByName(name: string): boolean
  • 获取组件的权限值

    Parameters

    • name: string

      权限名

    Returns boolean

    返回权限的值

Generated using TypeDoc