Magidoc

ReviewPrompt
Object

A Node in the graph.

Fields

#

createdAt

Identifies the date and time when the object was created.

databaseId

Identifies the primary key from the data store.

defaultOption

The option that is default selected when the prompt is presented.

deletedAt

Identifies the date and time when the object was deleted.

id

ID !
Non-null

ID of the object.

nameForLog

Object name to be identified in Audit Logs.

options

User options associated with the prompt.

page

The review page that the prompt exists on.

path

Non-null

The relative path of the object.

permissions

Non-null

A list of Permissions associated with the currently authenticated User and the ReviewPrompt.

required

Boolean to determine if the prompt needs to have a selection before continuing.

settings

Non-null

The settings associated with the object.

type

The type of prompt. Check the enum for the review prompt type.

updatedAt

Identifies the date and time when the object was last updated.

url

Non-null

The url of the object.

value

Value of the prompt to be presented to the user.

Interfaces

#

Also implements NodeInterface .

Usages

#

References

#