Manual Reference Source Test
import PredefinedScreenModel from 'clinical6/src/models/navigation/PredefinedScreen.js'
public class | source

PredefinedScreenModel

Model representing a predefined screen.

Constructor Summary

Public Constructor
public

constructor(response: Object)

Member Summary

Public Members
public
public
public

Public Constructors

public constructor(response: Object) source

Params:

NameTypeAttributeDescription
response Object

JSON formatted response of a single predefined screen

response.id Number
  • nullable: false

The id of the predefined screen on the server

response.type String
  • nullable: false

The type of this object ('navigation__predefined_screens')

response.name String
  • nullable: false

The name of predefined screen

response.permanent_link String
  • nullable: false

The permanent link of the predefined screen

Public Members

public id: Number source

public name: Number source