Manual Reference Source Test
import AllowedActionModel from 'clinical6/src/models/user/AllowedAction.js'
public class | source

AllowedActionModel

Direct Subclass:

AllowedAction

Model representing a Role AllowedAction. AllowedAction persists the access symbol of the Permission (e.g. read, manage).

Constructor Summary

Public Constructor
public

constructor(response: Object)

Member Summary

Public Members
public
public

Public Constructors

public constructor(response: Object) source

Params:

NameTypeAttributeDescription
response Object

JSON formatted response of a user role.

response.id Number

The user role ID value

response.name String

Name of the permitted action

Public Members

public id: Number source

public name: String source