SnapshotProperties

Type alias SnapshotProperties

SnapshotProperties: {
    name?: string;
    order?: number;
    thumbnail?: string;
}

Type declaration

  • Optional name?: string

    The name of the Snapshot.

    Default

    undefined
    
  • Optional order?: number

    The order of the Snapshot.

    Default

    undefined
    
  • Optional thumbnail?: string

    The thumbnail of the Snapshot as Base64 encoded jpg or png.

    Default

    undefined