PDFViewerPage
No description
type PDFViewerPage implements PageEntity {
accessibilityAudioAsset: String
accessibilityAudioAssetUrl: AbsoluteOrRelativeURL
accessibilityAudioAssetTitle: String
catalogAsset: String
clientId: ID
companyId: ID!
completionTimeSeconds: Int
contentDescription: String
contentEstimate: String
contentTime: String
createdAt: Date!
editableByChildren: Boolean
id: ID!
indentationLevel: Int
lessonId: ID!
title: String
type: TopicType!
updatedAt: Date!
fileDownloadDisabled: Boolean
searchDisabled: Boolean
printDisabled: Boolean
asset: String
}
Fields
PDFViewerPage.accessibilityAudioAsset
● String
scalar
PDFViewerPage.accessibilityAudioAssetUrl
● AbsoluteOrRelativeURL
scalar
PDFViewerPage.accessibilityAudioAssetTitle
● String
scalar
PDFViewerPage.catalogAsset
● String
scalar
PDFViewerPage.clientId
● ID
scalar
PDFViewerPage.companyId
● ID!
non-null scalar
PDFViewerPage.completionTimeSeconds
● Int
scalar
PDFViewerPage.contentDescription
● String
scalar
PDFViewerPage.contentEstimate
● String
scalar
PDFViewerPage.contentTime
● String
scalar
PDFViewerPage.createdAt
● Date!
non-null scalar
PDFViewerPage.editableByChildren
● Boolean
scalar
PDFViewerPage.id
● ID!
non-null scalar
PDFViewerPage.indentationLevel
● Int
scalar
PDFViewerPage.lessonId
● ID!
non-null scalar
PDFViewerPage.title
● String
scalar
PDFViewerPage.type
● TopicType!
non-null enum
PDFViewerPage.updatedAt
● Date!
non-null scalar
PDFViewerPage.fileDownloadDisabled
● Boolean
scalar
PDFViewerPage.searchDisabled
● Boolean
scalar
PDFViewerPage.printDisabled
● Boolean
scalar
PDFViewerPage.asset
● String
scalar
Interfaces
PageEntity
interface
Implemented by
PageResource
union