FilePresentation
The FilePresentation model includes information about the presented file, such as the file ID, information about theparticipant who presents the file, number of images within the shared file, and the current position that informs which image is currently presented.
Properties
id
• id: string
The file ID.
imageCount
• Optional
imageCount: number
The number of images in the presentation.
owner
• owner: Participant
The file owner.
position
• Optional
position: number = 0
The number of the currently displayed image of the shared file.
Updated almost 2 years ago