The type of the destination for copyTo
.
The type of the source for getSource``. @template C The type of the coordinates the snapshot is bound to. @template J The type of the JSON for
toJSON`.
Copies the snapshot to the specified range.
The destination Snapshot source
where the snapshot will be copied.
Optional
options: CopyToOptionsA promise that resolves when the copy is complete, or void
if no asynchronous operation is required.
Optional
getRetrieves the coordinates that bound the current snapshot.
Return the options used when creating.
Optional
getA user friendly name of a the snapshot item.
The source that created the snapshot. This is used to quickly do comparisons.
Optional
toConverts the snapshot to an HTML representation.
A string or promise resolving to the HTML representation of the snapshot.
Optional
toConverts the snapshot to an image blob.
A Blob
or promise resolving to the image representation of the snapshot.
Optional
toOptional
toConverts the snapshot to a plain text representation.
A string or promise resolving to the text representation of the snapshot.
Represents an immutable reference to an
Record
, capturing its content and metadata.