Properties
Optional canDelete
canDelete: undefined | false | true
Defined in node_modules/jmap-core/public/jmap/photos.d.ts:18
Optional canUpdate
canUpdate: undefined | false | true
Defined in node_modules/jmap-core/public/jmap/photos.d.ts:19
comment
comment: string | undefined
Defined in node_modules/jmap-core/public/jmap/photos.d.ts:12
fileName
fileName: string
Defined in node_modules/jmap-core/public/jmap/photos.d.ts:11
Optional hasChanged
hasChanged: undefined | false | true
Defined in node_modules/jmap-core/public/jmap/photos.d.ts:15
id
Defined in node_modules/jmap-core/public/jmap/photos.d.ts:8
imageBase64
imageBase64: string
Defined in node_modules/jmap-core/public/jmap/photos.d.ts:14
Optional initialComment
initialComment: string | undefined
Defined in node_modules/jmap-core/public/jmap/photos.d.ts:21
Optional initialTitle
initialTitle: undefined | string
Defined in node_modules/jmap-core/public/jmap/photos.d.ts:20
Optional isNewPhoto
isNewPhoto: undefined | false | true
Defined in node_modules/jmap-core/public/jmap/photos.d.ts:16
Optional isRemoved
isRemoved: undefined | false | true
Defined in node_modules/jmap-core/public/jmap/photos.d.ts:17
metadata
Defined in node_modules/jmap-core/public/jmap/photos.d.ts:13
Optional oldTempCreationId
Defined in node_modules/jmap-core/public/jmap/photos.d.ts:27
title
title: string
Defined in node_modules/jmap-core/public/jmap/photos.d.ts:10
url
url: string
Defined in node_modules/jmap-core/public/jmap/photos.d.ts:9
Used to store the generated id (the one used when creating photo that are not yet saved). Required to replace in the store photo list, after the photo has been successfully created on the server.