SnapshotProperties#
Type alias SnapshotProperties
Snapshot Properties: {
name?: string;
order?: number;
thumbnail?: string;
}
name?: string;
order?: number;
thumbnail?: string;
}
Type declaration
-
Optional
name?: stringDefault
undefined
-
Optional
order?: numberThe order of the Snapshot.
Default
undefined
-
Optional
thumbnail?: stringThe thumbnail of the Snapshot as Base64 encoded jpg or png.
Default
undefined
The name of the Snapshot.