SnapshotProperties#

Type alias SnapshotProperties

SnapshotProperties: {
    name?: string;
    order?: number;
    status?: SnapshotStatus;
    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 Readonly status?: SnapshotStatus

    The Status of the Snapshot.

    Default

    SnapshotStatus.CONSISTENT
    @readonly
  • Optional Readonly thumbnail?: string

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

    Default

    undefined
    @readonly

Did you find this page useful? Please give it a rating:
Thank you for rating this page!
Any issues or feedback?
What kind of problem would you like to report?
Please tell us more about what's wrong: