Interface RoleInterface

Hierarchy

  • RoleInterface

Properties

Methods

Properties

allowRules: { [name: string]: any }

Type declaration

  • [name: string]: any
helpers: Record<string, unknown>
name: string

Methods

  • Parameters

    • action: string
    • fn: ((root: any, props: any, context: Context) => boolean)
        • (root: any, props: any, context: Context): boolean
        • Parameters

          • root: any
          • props: any
          • context: Context

          Returns boolean

    Returns void